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