LAPACK 3.3.1
Linear Algebra PACKage

ssygvd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SSYGVD (ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, LWORK, IWORK, LIWORK, INFO)

Function Documentation

subroutine SSYGVD ( INTEGER  ITYPE,
CHARACTER  JOBZ,
CHARACTER  UPLO,
INTEGER  N,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
REAL,dimension( ldb, * )  B,
INTEGER  LDB,
REAL,dimension( * )  W,
REAL,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER,dimension( * )  IWORK,
INTEGER  LIWORK,
INTEGER  INFO 
)

Definition at line 1 of file ssygvd.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions