LAPACK 3.3.1
Linear Algebra PACKage

dgelsx.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

subroutine DGELSX ( INTEGER  M,
INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
INTEGER,dimension( * )  JPVT,
DOUBLE PRECISION  RCOND,
INTEGER  RANK,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file dgelsx.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions