LAPACK 3.3.0

dgejsv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DGEJSV (JOBA, JOBU, JOBV, JOBR, JOBT, JOBP, M, N, A, LDA, SVA, U, LDU, V, LDV, WORK, LWORK, IWORK, INFO)

Function Documentation

subroutine DGEJSV ( CHARACTER*1  JOBA,
CHARACTER*1  JOBU,
CHARACTER*1  JOBV,
CHARACTER*1  JOBR,
CHARACTER*1  JOBT,
CHARACTER*1  JOBP,
INTEGER  M,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( n )  SVA,
DOUBLE PRECISION,dimension( ldu, * )  U,
INTEGER  LDU,
DOUBLE PRECISION,dimension( ldv, * )  V,
INTEGER  LDV,
DOUBLE PRECISION,dimension( lwork )  WORK,
INTEGER  LWORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file dgejsv.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions