Home Browse Files
template <typename IndexType>
    IndexType
    larrf(char                  range,
          const float           *d,
          const float           *l,
          const float           *ld,
          IndexType             clstrt,
          IndexType             clend,
          const float           *w,
          float                 *wgap,
          const float           *werr,
          float                 spdiam,
          float                 clgapl,
          float                 clgapr,
          float                 pivmin,
          float                 &sigma,
          float                 *dplus,
          float                 *lplus,
          float                 *work);

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

template <typename IndexType>
    IndexType
    larrf(char                  range,
          const double          *d,
          const double          *l,
          const double          *ld,
          IndexType             clstrt,
          IndexType             clend,
          const double          *w,
          double                *wgap,
          const double          *werr,
          double                spdiam,
          double                clgapl,
          double                clgapr,
          double                pivmin,
          double                &sigma,
          double                *dplus,
          double                *lplus,
          double                *work);

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

Home

View document source

© 2011-2012 Michael Lehn