ggsvd
- void ggsvd(char jobu, char jobv, char jobq, f_int m, f_int n, f_int p, f_int k, f_int l, f_float* a, f_int lda, f_float* b, f_int ldb, f_float* alphav, f_float* betav, f_float* u, f_int ldu, f_float* v, f_int ldv, f_float* q, f_int ldq, f_float* work, f_int* iwork, f_int info)
void
ggsvd
(,,,,,,,,,,,,,,,,,,,,,,) - void ggsvd(char jobu, char jobv, char jobq, f_int m, f_int n, f_int p, f_int k, f_int l, f_double* a, f_int lda, f_double* b, f_int ldb, f_double* alphav, f_double* betav, f_double* u, f_int ldu, f_double* v, f_int ldv, f_double* q, f_int ldq, f_double* work, f_int* iwork, f_int info)
- void ggsvd(char jobu, char jobv, char jobq, f_int m, f_int n, f_int p, f_int k, f_int l, f_cfloat* a, f_int lda, f_cfloat* b, f_int ldb, f_float* alphav, f_float* betav, f_cfloat* u, f_int ldu, f_cfloat* v, f_int ldv, f_cfloat* q, f_int ldq, f_cfloat* work, f_float* rwork, f_int* iwork, f_int info)
- void ggsvd(char jobu, char jobv, char jobq, f_int m, f_int n, f_int p, f_int k, f_int l, f_cdouble* a, f_int lda, f_cdouble* b, f_int ldb, f_double* alphav, f_double* betav, f_cdouble* u, f_int ldu, f_cdouble* v, f_int ldv, f_cdouble* q, f_int ldq, f_cdouble* work, f_double* rwork, f_int* iwork, f_int info)
Computes the Generalized Singular Value Decomposition