LAPACK 3.3.1
Linear Algebra PACKage

zsgt01.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file zsgt01.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions