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