hbevd - multiple declarations
Function hbevd
void hbevd
(
char jobz,
char uplo,
int n,
int kd,
std .complex .Complex!(double)* ab,
int ldab,
double* w,
std .complex .Complex!(double)* z,
int ldz,
std .complex .Complex!(double)* work,
int lwork,
double* rwork,
int lrwork,
int* iwork,
int liwork,
ref int info
);
Function hbevd
Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian band matrix. If eigenvectors are desired, it uses a divide and conquer algorithm.
void hbevd
(
char jobz,
char uplo,
int n,
int kd,
std .complex .Complex!(float)* ab,
int ldab,
float* w,
std .complex .Complex!(float)* z,
int ldz,
std .complex .Complex!(float)* work,
int lwork,
float* rwork,
int lrwork,
int* iwork,
int liwork,
ref int info
);