LAPACK 3.3.1
Linear Algebra PACKage

sgelsy.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file sgelsy.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions