hegvx - multiple declarations
Function hegvx
void hegvx
(
int itype,
char jobz,
char range,
char uplo,
int n,
std .complex .Complex!(double)* a,
int lda,
std .complex .Complex!(double)* b,
int ldb,
double* vl,
double* vu,
int il,
int iu,
double* abstol,
int m,
double* w,
std .complex .Complex!(double)* z,
int ldz,
std .complex .Complex!(double)* work,
int lwork,
double* rwork,
int* iwork,
int ifail,
ref int info
);
Function hegvx
Computes selected eigenvalues, and optionally, the eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x.
void hegvx
(
int itype,
char jobz,
char range,
char uplo,
int n,
std .complex .Complex!(float)* a,
int lda,
std .complex .Complex!(float)* b,
int ldb,
float* vl,
float* vu,
int il,
int iu,
float* abstol,
int m,
float* w,
std .complex .Complex!(float)* z,
int ldz,
std .complex .Complex!(float)* work,
int lwork,
float* rwork,
int* iwork,
int ifail,
ref int info
);