LAPACK 3.3.0

cgelsx.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CGELSX (M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, WORK, RWORK, INFO)

Function Documentation

subroutine CGELSX ( INTEGER  M,
INTEGER  N,
INTEGER  NRHS,
COMPLEX,dimension( lda, * )  A,
INTEGER  LDA,
COMPLEX,dimension( ldb, * )  B,
INTEGER  LDB,
INTEGER,dimension( * )  JPVT,
REAL  RCOND,
INTEGER  RANK,
COMPLEX,dimension( * )  WORK,
REAL,dimension( * )  RWORK,
INTEGER  INFO 
)

Definition at line 1 of file cgelsx.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions