Home Browse Files
template <typename IndexType>
    IndexType
    larrb(IndexType             n,
          const float           *d,
          const float           *lld,
          IndexType             ifirst,
          IndexType             ilast,
          float                 rtol1,
          float                 rtol2,
          float                 offset,
          float                 *w,
          float                 *wap,
          float                 *werr,
          float                 *work,
          IndexType             *iWork,
          float                 pivmin,
          float                 spdiam,
          IndexType             twist);

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

template <typename IndexType>
    IndexType
    larrb(IndexType             n,
          const double          *d,
          const double          *lld,
          IndexType             ifirst,
          IndexType             ilast,
          double                rtol1,
          double                rtol2,
          double                offset,
          double                *w,
          double                *wap,
          double                *werr,
          double                *work,
          IndexType             *iWork,
          double                pivmin,
          double                spdiam,
          IndexType             twist);

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

Home

View document source

© 2011-2012 Michael Lehn