LAPACK 3.3.0

sgsvj1.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SGSVJ1 (JOBV, M, N, N1, A, LDA, D, SVA, MV, V, LDV, EPS, SFMIN, TOL, NSWEEP, WORK, LWORK, INFO)

Function Documentation

subroutine SGSVJ1 ( CHARACTER*1  JOBV,
INTEGER  M,
INTEGER  N,
INTEGER  N1,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
REAL,dimension( n )  D,
REAL,dimension( n )  SVA,
INTEGER  MV,
REAL,dimension( ldv, * )  V,
INTEGER  LDV,
REAL  EPS,
REAL  SFMIN,
REAL  TOL,
INTEGER  NSWEEP,
REAL,dimension( lwork )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file sgsvj1.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions