ggsvp - multiple declarations
Function ggsvp
void ggsvp
(
char jobu,
char jobv,
char jobq,
int m,
int p,
int n,
std .complex .Complex!(float)* a,
int lda,
std .complex .Complex!(float)* b,
int ldb,
float* tola,
float* tolb,
int k,
int l,
std .complex .Complex!(float)* u,
int ldu,
std .complex .Complex!(float)* v,
int ldv,
std .complex .Complex!(float)* q,
int ldq,
int* iwork,
float* rwork,
std .complex .Complex!(float)* tau,
std .complex .Complex!(float)* work,
ref int info
);
Function ggsvp
void ggsvp
(
char jobu,
char jobv,
char jobq,
int m,
int p,
int n,
double* a,
int lda,
double* b,
int ldb,
double* tola,
double* tolb,
int k,
int l,
double* u,
int ldu,
double* v,
int ldv,
double* q,
int ldq,
int* iwork,
double* tau,
double* work,
ref int info
);
Function ggsvp
Computes orthogonal matrices as a preprocessing step for computing the generalized singular value decomposition
void ggsvp
(
char jobu,
char jobv,
char jobq,
int m,
int p,
int n,
float* a,
int lda,
float* b,
int ldb,
float* tola,
float* tolb,
int k,
int l,
float* u,
int ldu,
float* v,
int ldv,
float* q,
int ldq,
int* iwork,
float* tau,
float* work,
ref int info
);
Function ggsvp
void ggsvp
(
char jobu,
char jobv,
char jobq,
int m,
int p,
int n,
std .complex .Complex!(double)* a,
int lda,
std .complex .Complex!(double)* b,
int ldb,
double* tola,
double* tolb,
int k,
int l,
std .complex .Complex!(double)* u,
int ldu,
std .complex .Complex!(double)* v,
int ldv,
std .complex .Complex!(double)* q,
int ldq,
int* iwork,
double* rwork,
std .complex .Complex!(double)* tau,
std .complex .Complex!(double)* work,
ref int info
);