template <typename IndexType>
    IndexType
    ggesx(char                  jobvsl,
          char                  jobvsr,
          char                  sort,
          bool                  selctg,
          IndexType             n,
          float                 *A,
          IndexType             ldA,
          float                 *B,
          IndexType             ldB,
          IndexType             &sdim,
          float                 *alpha,
          float                 *beta,
          float                 *Vsl,
          IndexType             ldVsl,
          float                 *Vsr,
          IndexType             ldVsr,
          float                 *rConde,
          float                 *rCondv,
          float                 *work,
          IndexType             lWork,
          IndexType             *iWork,
          IndexType             liWork,
          bool                  *bwork);

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

template <typename IndexType>
    IndexType
    ggesx(char                  jobvsl,
          char                  jobvsr,
          char                  sort,
          bool                  selctg,
          IndexType             n,
          double                *A,
          IndexType             ldA,
          double                *B,
          IndexType             ldB,
          IndexType             &sdim,
          double                *alpha,
          double                *beta,
          double                *Vsl,
          IndexType             ldVsl,
          double                *Vsr,
          IndexType             ldVsr,
          double                *rConde,
          double                *rCondv,
          double                *work,
          IndexType             lWork,
          IndexType             *iWork,
          IndexType             liWork,
          bool                  *bwork);

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

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

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