template <typename IndexType>
    IndexType
    larre(char                  range,
          IndexType             n,
          float                 &vl,
          float                 &vu,
          IndexType             il,
          IndexType             iu,
          float                 *d,
          float                 *e,
          float                 *e2,
          float                 rtol1,
          float                 rtol2,
          float                 spltol,
          IndexType             &nsplit,
          IndexType             *isplit,
          IndexType             &m,
          float                 *w,
          float                 *werr,
          float                 *wgap,
          IndexType             *iblock,
          IndexType             *indexw,
          float                 *gers,
          float                 &pivmin,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    larre(char                  range,
          IndexType             n,
          double                &vl,
          double                &vu,
          IndexType             il,
          IndexType             iu,
          double                *d,
          double                *e,
          double                *e2,
          double                rtol1,
          double                rtol2,
          double                spltol,
          IndexType             &nsplit,
          IndexType             *isplit,
          IndexType             &m,
          double                *w,
          double                *werr,
          double                *wgap,
          IndexType             *iblock,
          IndexType             *indexw,
          double                *gers,
          double                &pivmin,
          double                *work,
          IndexType             *iWork);

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