hegst - multiple declarations
Function hegst
void hegst
(
int itype,
char uplo,
int n,
std .complex .Complex!(double)* a,
int lda,
std .complex .Complex!(double)* b,
int ldb,
ref int info
);
Function hegst
Reduces a Hermitian-definite generalized eigenproblem Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, to standard form, where B has been factorized by CPOTRF.
void hegst
(
int itype,
char uplo,
int n,
std .complex .Complex!(float)* a,
int lda,
std .complex .Complex!(float)* b,
int ldb,
ref int info
);