hbev - multiple declarations
Function hbev
void hbev
(
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,
double* rwork,
ref int info
);
Function hbev
Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian band matrix.
void hbev
(
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,
float* rwork,
ref int info
);