LAPACK 3.3.1
Linear Algebra PACKage

dgelsd.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

subroutine DGELSD ( 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,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file dgelsd.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions