LAPACK 3.3.0

dgsvj1.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file dgsvj1.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions