tgsna - multiple declarations
Function tgsna
Estimates reciprocal condition numbers for specified eigenvalues and/or eigenvectors of a matrix pair (A, B) in generalized real Schur canonical form, as returned by SGGES.
void tgsna
(
char job,
char howmny,
int select,
int n,
float* a,
int lda,
float* b,
int ldb,
float* vl,
int ldvl,
float* vr,
int ldvr,
float* s,
float* dif,
int mm,
int m,
float* work,
int lwork,
int* iwork,
ref int info
);
Function tgsna
void tgsna
(
char job,
char howmny,
int select,
int n,
double* a,
int lda,
double* b,
int ldb,
double* vl,
int ldvl,
double* vr,
int ldvr,
double* s,
double* dif,
int mm,
int m,
double* work,
int lwork,
int* iwork,
ref int info
);
Function tgsna
void tgsna
(
char job,
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,
float* s,
float* dif,
int mm,
int m,
std .complex .Complex!(float)* work,
int lwork,
int* iwork,
ref int info
);
Function tgsna
void tgsna
(
char job,
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,
double* s,
double* dif,
int mm,
int m,
std .complex .Complex!(double)* work,
int lwork,
int* iwork,
ref int info
);