template <typename IndexType>
    IndexType
    larrv(IndexType             n,
          float                 vl,
          float                 vu,
          float                 *d,
          float                 *l,
          float                 pivmin,
          IndexType             *isplit,
          float                 m,
          IndexType             dol,
          IndexType             dou,
          float                 minrgp,
          float                 rtol1,
          float                 rtol2,
          float                 *w,
          float                 *werr,
          float                 *wgap,
          const IndexType       *iblock,
          const IndexType       *indexw,
          const float           *gers,
          float                 *Z,
          IndexType             ldZ,
          IndexType             *isuppz,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    larrv(IndexType             n,
          double                vl,
          double                vu,
          double                *d,
          double                *l,
          double                pivmin,
          IndexType             *isplit,
          double                m,
          IndexType             dol,
          IndexType             dou,
          double                minrgp,
          double                rtol1,
          double                rtol2,
          double                *w,
          double                *werr,
          double                *wgap,
          const IndexType       *iblock,
          const IndexType       *indexw,
          const double          *gers,
          double                *Z,
          IndexType             ldZ,
          IndexType             *isuppz,
          double                *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    larrv(IndexType             n,
          float                 vl,
          float                 vu,
          float                 *d,
          float                 *l,
          float                 pivmin,
          IndexType             *isplit,
          float                 m,
          IndexType             dol,
          IndexType             dou,
          float                 minrgp,
          float                 rtol1,
          float                 rtol2,
          float                 *w,
          float                 *werr,
          float                 *wgap,
          const IndexType       *iblock,
          const IndexType       *indexw,
          const float           *gers,
          std::complex<float >  *Z,
          IndexType             ldZ,
          IndexType             *isuppz,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    larrv(IndexType             n,
          double                vl,
          double                vu,
          double                *d,
          double                *l,
          double                pivmin,
          IndexType             *isplit,
          double                m,
          IndexType             dol,
          IndexType             dou,
          double                minrgp,
          double                rtol1,
          double                rtol2,
          double                *w,
          double                *werr,
          double                *wgap,
          const IndexType       *iblock,
          const IndexType       *indexw,
          const double          *gers,
          std::complex<double>  *Z,
          IndexType             ldZ,
          IndexType             *isuppz,
          double                *work,
          IndexType             *iWork);

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