KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dsygv (ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, LWORK, INFO) |
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 | ||
) |