tgsja

Computes the generalized singular value decomposition of two real upper triangular (or trapezoidal) matrices as output by SGGSVP.

  1. void tgsja(char jobu, char jobv, char jobq, f_int m, f_int p, f_int n, f_int k, f_int l, f_float* a, f_int lda, f_float* b, f_int ldb, f_float* tola, f_float* tolb, 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 ncycle, f_int info)
  2. void tgsja(char jobu, char jobv, char jobq, f_int m, f_int p, f_int n, f_int k, f_int l, f_double* a, f_int lda, f_double* b, f_int ldb, f_double* tola, f_double* tolb, 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 ncycle, f_int info)
  3. void tgsja(char jobu, char jobv, char jobq, f_int m, f_int p, f_int n, f_int k, f_int l, f_cfloat* a, f_int lda, f_cfloat* b, f_int ldb, f_float* tola, f_float* tolb, 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_int ncycle, f_int info)
  4. void tgsja(char jobu, char jobv, char jobq, f_int m, f_int p, f_int n, f_int k, f_int l, f_cdouble* a, f_int lda, f_cdouble* b, f_int ldb, f_double* tola, f_double* tolb, 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_int ncycle, f_int info)

Meta