LAPACK 3.3.0

sgesvj.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file sgesvj.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions