template <typename IndexType>
    IndexType
    tgsja(char                  jobu,
          char                  jobv,
          char                  jobq,
          IndexType             m,
          IndexType             p,
          IndexType             n,
          IndexType             k,
          IndexType             l,
          double                *A,
          IndexType             ldA,
          double                *B,
          IndexType             ldB,
          double                tola,
          double                tolb,
          double                *alpha,
          double                *beta,
          double                *U,
          IndexType             ldU,
          double                *V,
          IndexType             ldV,
          double                *Q,
          IndexType             ldQ,
          double                *work,
          IndexType             &ncycle);

Defined in namespace cxxlapack. Function tgsja with 1 template parameters.

Defined in namespace cxxlapack. Function tgsja with 1 template parameters.