template <typename IndexType>
    IndexType
    larrd(char                  range,
          char                  order,
          IndexType             n,
          float                 vl,
          float                 vu,
          IndexType             il,
          IndexType             iu,
          const float           *gers,
          float                 reltol,
          const float           *d,
          const float           *e,
          const float           *e2,
          const float           pivmin,
          IndexType             nsplit,
          IndexType             *isplit,
          IndexType             &m,
          float                 *w,
          float                 *werr,
          float                 &wl,
          float                 &wu,
          IndexType             *iblock,
          IndexType             *indexw,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    larrd(char                  range,
          char                  order,
          IndexType             n,
          double                vl,
          double                vu,
          IndexType             il,
          IndexType             iu,
          const double          *gers,
          double                reltol,
          const double          *d,
          const double          *e,
          const double          *e2,
          const double          pivmin,
          IndexType             nsplit,
          IndexType             *isplit,
          IndexType             &m,
          double                *w,
          double                *werr,
          double                &wl,
          double                &wu,
          IndexType             *iblock,
          IndexType             *indexw,
          double                *work,
          IndexType             *iWork);

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