Go to the source code of this file.
Functions | |
template<class Treal> | |
int | template_lapack_sygv (const integer *itype, const char *jobz, const char *uplo, const integer *n, Treal *a, const integer *lda, Treal *b, const integer *ldb, Treal *w, Treal *work, const integer *lwork, integer *info) |
int template_lapack_sygv | ( | const integer * | itype, | |
const char * | jobz, | |||
const char * | uplo, | |||
const integer * | n, | |||
Treal * | a, | |||
const integer * | lda, | |||
Treal * | b, | |||
const integer * | ldb, | |||
Treal * | w, | |||
Treal * | work, | |||
const integer * | lwork, | |||
integer * | info | |||
) |