tgevc - multiple declarations
Function tgevc
Computes some or all of the right and/or left generalized eigenvectors of a pair of upper triangular matrices.
void tgevc
(
char side,
char howmny,
int select,
int n,
float* a,
int lda,
float* b,
int ldb,
float* vl,
int ldvl,
float* vr,
int ldvr,
int mm,
int m,
float* work,
ref int info
);
Function tgevc
void tgevc
(
char side,
char howmny,
int select,
int n,
double* a,
int lda,
double* b,
int ldb,
double* vl,
int ldvl,
double* vr,
int ldvr,
int mm,
int m,
double* work,
ref int info
);
Function tgevc
void tgevc
(
char side,
char howmny,
int select,
int n,
std .complex .Complex!(float)* a,
int lda,
std .complex .Complex!(float)* b,
int ldb,
std .complex .Complex!(float)* vl,
int ldvl,
std .complex .Complex!(float)* vr,
int ldvr,
int mm,
int m,
std .complex .Complex!(float)* work,
float* rwork,
ref int info
);
Function tgevc
void tgevc
(
char side,
char howmny,
int select,
int n,
std .complex .Complex!(double)* a,
int lda,
std .complex .Complex!(double)* b,
int ldb,
std .complex .Complex!(double)* vl,
int ldvl,
std .complex .Complex!(double)* vr,
int ldvr,
int mm,
int m,
std .complex .Complex!(double)* work,
double* rwork,
ref int info
);