LAPACK 3.3.1
Linear Algebra PACKage

dlals0.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DLALS0 (ICOMPQ, NL, NR, SQRE, NRHS, B, LDB, BX, LDBX, PERM, GIVPTR, GIVCOL, LDGCOL, GIVNUM, LDGNUM, POLES, DIFL, DIFR, Z, K, C, S, WORK, INFO)

Function Documentation

subroutine DLALS0 ( INTEGER  ICOMPQ,
INTEGER  NL,
INTEGER  NR,
INTEGER  SQRE,
INTEGER  NRHS,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( ldbx, * )  BX,
INTEGER  LDBX,
INTEGER,dimension( * )  PERM,
INTEGER  GIVPTR,
INTEGER,dimension( ldgcol, * )  GIVCOL,
INTEGER  LDGCOL,
DOUBLE PRECISION,dimension( ldgnum, * )  GIVNUM,
INTEGER  LDGNUM,
DOUBLE PRECISION,dimension( ldgnum, * )  POLES,
DOUBLE PRECISION,dimension( * )  DIFL,
DOUBLE PRECISION,dimension( ldgnum, * )  DIFR,
DOUBLE PRECISION,dimension( * )  Z,
INTEGER  K,
DOUBLE PRECISION  C,
DOUBLE PRECISION  S,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file dlals0.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions