Home Browse Files
template <typename IndexType>
    IndexType
    larrj(IndexType             n,
          const float           *d,
          const float           *e2,
          IndexType             ifirst,
          IndexType             ilast,
          float                 rtol,
          IndexType             offset,
          float                 *w,
          float                 *werr,
          float                 *work,
          IndexType             *iWork,
          float                 pivmin,
          float                 spmin);

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

template <typename IndexType>
    IndexType
    larrj(IndexType             n,
          const double          *d,
          const double          *e2,
          IndexType             ifirst,
          IndexType             ilast,
          double                rtol,
          IndexType             offset,
          double                *w,
          double                *werr,
          double                *work,
          IndexType             *iWork,
          double                pivmin,
          double                spmin);

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

Home

View document source

© 2011-2012 Michael Lehn