Home Browse Files
template <typename IndexType>
    IndexType
    stebz(char                  range,
          char                  order,
          IndexType             n,
          float                 vl,
          float                 vu,
          IndexType             il,
          IndexType             iu,
          float                 abstol,
          const float           *d,
          const float           *e,
          IndexType             &m,
          IndexType             &nsplit,
          float                 *w,
          IndexType             *iblock,
          IndexType             *isplit,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    stebz(char                  range,
          char                  order,
          IndexType             n,
          double                vl,
          double                vu,
          IndexType             il,
          IndexType             iu,
          double                abstol,
          const double          *d,
          const double          *e,
          IndexType             &m,
          IndexType             &nsplit,
          double                *w,
          IndexType             *iblock,
          IndexType             *isplit,
          double                *work,
          IndexType             *iWork);

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

Home

View document source

© 2011-2012 Michael Lehn