hbevd
- void hbevd(char jobz, char uplo, f_int n, f_int kd, f_cfloat* ab, f_int ldab, f_float* w, f_cfloat* z, f_int ldz, f_cfloat* work, f_int lwork, f_float* rwork, f_int lrwork, f_int* iwork, f_int liwork, f_int info)
void
hbevd
(,,,,,,,,,,,,,,,) - void hbevd(char jobz, char uplo, f_int n, f_int kd, f_cdouble* ab, f_int ldab, f_double* w, f_cdouble* z, f_int ldz, f_cdouble* work, f_int lwork, f_double* rwork, f_int lrwork, f_int* iwork, f_int liwork, f_int info)
Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian band matrix. If eigenvectors are desired, it uses a divide and conquer algorithm.