LAPACK 3.3.0

slalsd.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file slalsd.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions