LAPACK 3.3.0

dgelss.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file dgelss.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions