sygvd
- void sygvd(f_int itype, char jobz, char uplo, f_int n, f_float* a, f_int lda, f_float* b, f_int ldb, f_float* w, f_float* work, f_int lwork, f_int* iwork, f_int liwork, f_int info)
void
sygvd
(,,,,,,,,,,,,,) - void sygvd(f_int itype, char jobz, char uplo, f_int n, f_double* a, f_int lda, f_double* b, f_int ldb, f_double* w, f_double* work, f_int lwork, f_int* iwork, f_int liwork, f_int info)
Computes all eigenvalues and the eigenvectors of a generalized symmetric-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x. If eigenvectors are desired, it uses a divide and conquer algorithm.