Functions/Subroutines

SRC/dsygv.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

subroutine DSYGV ( INTEGER  ITYPE,
CHARACTER  JOBZ,
CHARACTER  UPLO,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( * )  W,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file dsygv.f.