LAPACK 3.3.0

dgsvts.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DGSVTS (M, P, N, A, AF, LDA, B, BF, LDB, U, LDU, V, LDV, Q, LDQ, ALPHA, BETA, R, LDR, IWORK, WORK, LWORK, RWORK, RESULT)

Function Documentation

subroutine DGSVTS ( INTEGER  M,
INTEGER  P,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
DOUBLE PRECISION,dimension( lda, * )  AF,
INTEGER  LDA,
DOUBLE PRECISION,dimension( ldb, * )  B,
DOUBLE PRECISION,dimension( ldb, * )  BF,
INTEGER  LDB,
DOUBLE PRECISION,dimension( ldu, * )  U,
INTEGER  LDU,
DOUBLE PRECISION,dimension( ldv, * )  V,
INTEGER  LDV,
DOUBLE PRECISION,dimension( ldq, * )  Q,
INTEGER  LDQ,
DOUBLE PRECISION,dimension( * )  ALPHA,
DOUBLE PRECISION,dimension( * )  BETA,
DOUBLE PRECISION,dimension( ldr, * )  R,
INTEGER  LDR,
INTEGER,dimension( * )  IWORK,
DOUBLE PRECISION,dimension( lwork )  WORK,
INTEGER  LWORK,
DOUBLE PRECISION,dimension( * )  RWORK,
DOUBLE PRECISION,dimension( 6 )  RESULT 
)

Definition at line 1 of file dgsvts.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions