Home Browse Files
template <typename IndexType>
    IndexType
    laebz(IndexType             ijob,
          IndexType             nitmax,
          IndexType             n,
          IndexType             mmax,
          IndexType             minp,
          IndexType             nbmin,
          float                 abstol,
          float                 reltol,
          float                 pivmin,
          const float           *d,
          const float           *e,
          const float           *e2,
          IndexType             *nval,
          float                 *Ab,
          float                 *c,
          IndexType             &mout,
          IndexType             *NAb,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    laebz(IndexType             ijob,
          IndexType             nitmax,
          IndexType             n,
          IndexType             mmax,
          IndexType             minp,
          IndexType             nbmin,
          double                abstol,
          double                reltol,
          double                pivmin,
          const double          *d,
          const double          *e,
          const double          *e2,
          IndexType             *nval,
          double                *Ab,
          double                *c,
          IndexType             &mout,
          IndexType             *NAb,
          double                *work,
          IndexType             *iWork);

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

Home

View document source

© 2011-2012 Michael Lehn