LAPACK 3.3.0

dlalsd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DLALSD (UPLO, SMLSIZ, N, NRHS, D, E, B, LDB, RCOND, RANK, WORK, IWORK, INFO)

Function Documentation

subroutine DLALSD ( CHARACTER  UPLO,
INTEGER  SMLSIZ,
INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION  RCOND,
INTEGER  RANK,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file dlalsd.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions