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 | |||
| ) | [inline] |
References maxMACRO, template_blas_erbla(), template_blas_lsame(), template_blas_trmm(), template_blas_trsm(), template_lapack_ilaenv(), template_lapack_potrf(), template_lapack_syev(), and template_lapack_sygst().
Referenced by main(), mat::sygv(), and thread_func().
1.6.1