template <typename IndexType>
    IndexType
    sbgvx(char                  jobz,
          char                  range,
          char                  uplo,
          IndexType             n,
          IndexType             kA,
          IndexType             kB,
          float                 *Ab,
          IndexType             ldAb,
          float                 *Bb,
          IndexType             ldBb,
          float                 *Q,
          IndexType             ldQ,
          float                 vl,
          float                 vu,
          IndexType             il,
          IndexType             iu,
          float                 abstol,
          IndexType             &m,
          float                 *w,
          float                 *Z,
          IndexType             ldZ,
          float                 *work,
          IndexType             *iWork,
          IndexType             *ifail);

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

template <typename IndexType>
    IndexType
    sbgvx(char                  jobz,
          char                  range,
          char                  uplo,
          IndexType             n,
          IndexType             kA,
          IndexType             kB,
          double                *Ab,
          IndexType             ldAb,
          double                *Bb,
          IndexType             ldBb,
          double                *Q,
          IndexType             ldQ,
          double                vl,
          double                vu,
          IndexType             il,
          IndexType             iu,
          double                abstol,
          IndexType             &m,
          double                *w,
          double                *Z,
          IndexType             ldZ,
          double                *work,
          IndexType             *iWork,
          IndexType             *ifail);

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