LAPACK 3.3.1
Linear Algebra PACKage

dsgt01.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DSGT01 (ITYPE, UPLO, N, M, A, LDA, B, LDB, Z, LDZ, D, WORK, RESULT)

Function Documentation

subroutine DSGT01 ( INTEGER  ITYPE,
CHARACTER  UPLO,
INTEGER  N,
INTEGER  M,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( ldz, * )  Z,
INTEGER  LDZ,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  WORK,
DOUBLE PRECISION,dimension( * )  RESULT 
)

Definition at line 1 of file dsgt01.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions