ggesx - multiple declarations
Function ggesx
void ggesx
(
char jobvsl,
char jobvsr,
char sort,
extern(C) int function(std .complex .Complex!(float)*, std .complex .Complex!(float)*) selctg,
char sense,
int n,
std .complex .Complex!(float)* a,
int lda,
std .complex .Complex!(float)* b,
int ldb,
int sdim,
std .complex .Complex!(float)* alphav,
std .complex .Complex!(float)* betav,
std .complex .Complex!(float)* vsl,
int ldvsl,
std .complex .Complex!(float)* vsr,
int ldvsr,
float* rconde,
float* rcondv,
std .complex .Complex!(float)* work,
int lwork,
float* rwork,
int* iwork,
int liwork,
int bwork,
ref int info
);
Function ggesx
void ggesx
(
char jobvsl,
char jobvsr,
char sort,
extern(C) int function(double*, double*, double*) delctg,
char sense,
int n,
double* a,
int lda,
double* b,
int ldb,
int sdim,
double* alphar,
double* alphai,
double* betav,
double* vsl,
int ldvsl,
double* vsr,
int ldvsr,
double* rconde,
double* rcondv,
double* work,
int lwork,
int* iwork,
int liwork,
int bwork,
ref int info
);
Function ggesx
void ggesx
(
char jobvsl,
char jobvsr,
char sort,
extern(C) int function(std .complex .Complex!(double)*, std .complex .Complex!(double)*) delctg,
char sense,
int n,
std .complex .Complex!(double)* a,
int lda,
std .complex .Complex!(double)* b,
int ldb,
int sdim,
std .complex .Complex!(double)* alphav,
std .complex .Complex!(double)* betav,
std .complex .Complex!(double)* vsl,
int ldvsl,
std .complex .Complex!(double)* vsr,
int ldvsr,
double* rconde,
double* rcondv,
std .complex .Complex!(double)* work,
int lwork,
double* rwork,
int* iwork,
int liwork,
int bwork,
ref int info
);
Function ggesx
Computes the generalized eigenvalues, the real Schur form, and, optionally, the left and/or right matrices of Schur vectors.
void ggesx
(
char jobvsl,
char jobvsr,
char sort,
extern(C) int function(float*, float*, float*) selctg,
char sense,
int n,
float* a,
int lda,
float* b,
int ldb,
int sdim,
float* alphar,
float* alphai,
float* betav,
float* vsl,
int ldvsl,
float* vsr,
int ldvsr,
float* rconde,
float* rcondv,
float* work,
int lwork,
int* iwork,
int liwork,
int bwork,
ref int info
);