Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
stdlib_slaneg
Interface
12 statements
Source File
stdlib_lapack_eig_svd_lsq.fypp
stdlib_lapack_eig_svd_lsq
stdlib_slaneg
Contents
None
interface
public pure module function stdlib_slaneg(n, d, lld, sigma, pivmin, r)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=ilp),
intent(in)
::
n
real(kind=sp),
intent(in)
::
d
(*)
real(kind=sp),
intent(in)
::
lld
(*)
real(kind=sp),
intent(in)
::
sigma
real(kind=sp),
intent(in)
::
pivmin
integer(kind=ilp),
intent(in)
::
r
Return Value
integer(kind=ilp)