LAPACK 3.3.1
Linear Algebra PACKage

dgesvj.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DGESVJ (JOBA, JOBU, JOBV, M, N, A, LDA, SVA, MV, V, LDV, WORK, LWORK, INFO)

Function Documentation

subroutine DGESVJ ( CHARACTER*1  JOBA,
CHARACTER*1  JOBU,
CHARACTER*1  JOBV,
INTEGER  M,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( n )  SVA,
INTEGER  MV,
DOUBLE PRECISION,dimension( ldv, * )  V,
INTEGER  LDV,
DOUBLE PRECISION,dimension( lwork )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file dgesvj.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions