template <typename IndexType>
    IndexType
    ggevx(char                  balanc,
          char                  jobVL,
          char                  jobvr,
          char                  sense,
          IndexType             n,
          float                 *A,
          IndexType             ldA,
          float                 *B,
          IndexType             ldB,
          float                 *alphar,
          float                 *alphai,
          float                 *beta,
          float                 *VL,
          IndexType             ldVL,
          float                 *VR,
          IndexType             ldVR,
          IndexType             &ilo,
          IndexType             &ihi,
          float                 *lscale,
          float                 *rscale,
          float                 &abnrm,
          float                 &bbnrm,
          float                 *rConde,
          float                 *rCondv,
          float                 *work,
          IndexType             lWork,
          IndexType             *iWork,
          bool                  *bwork);

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

template <typename IndexType>
    IndexType
    ggevx(char                  balanc,
          char                  jobVL,
          char                  jobvr,
          char                  sense,
          IndexType             n,
          double                *A,
          IndexType             ldA,
          double                *B,
          IndexType             ldB,
          double                *alphar,
          double                *alphai,
          double                *beta,
          double                *VL,
          IndexType             ldVL,
          double                *VR,
          IndexType             ldVR,
          IndexType             &ilo,
          IndexType             &ihi,
          double                *lscale,
          double                *rscale,
          double                &abnrm,
          double                &bbnrm,
          double                *rConde,
          double                *rCondv,
          double                *work,
          IndexType             lWork,
          IndexType             *iWork,
          bool                  *bwork);

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

template <typename IndexType>
    IndexType
    ggevx(char                  balanc,
          char                  jobVL,
          char                  jobvr,
          char                  sense,
          IndexType             n,
          std::complex<float >  *A,
          IndexType             ldA,
          std::complex<float >  *B,
          IndexType             ldB,
          std::complex<float >  *alpha,
          std::complex<float >  *beta,
          std::complex<float >  *VL,
          IndexType             ldVL,
          std::complex<float >  *VR,
          IndexType             ldVR,
          IndexType             &ilo,
          IndexType             &ihi,
          float                 *lscale,
          float                 *rscale,
          float                 &abnrm,
          float                 &bbnrm,
          float                 *rConde,
          float                 *rCondv,
          std::complex<float >  *work,
          IndexType             lWork,
          float                 *rWork,
          IndexType             *iWork,
          bool                  *bwork);

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

template <typename IndexType>
    IndexType
    ggevx(char                  balanc,
          char                  jobVL,
          char                  jobvr,
          char                  sense,
          IndexType             n,
          std::complex<double>  *A,
          IndexType             ldA,
          std::complex<double>  *B,
          IndexType             ldB,
          std::complex<double>  *alpha,
          std::complex<double>  *beta,
          std::complex<double>  *VL,
          IndexType             ldVL,
          std::complex<double>  *VR,
          IndexType             ldVR,
          IndexType             &ilo,
          IndexType             &ihi,
          double                *lscale,
          double                *rscale,
          double                &abnrm,
          double                &bbnrm,
          double                *rConde,
          double                *rCondv,
          std::complex<double>  *work,
          IndexType             lWork,
          double                *rWork,
          IndexType             *iWork,
          bool                  *bwork);

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