Home Browse Files
template <typename IndexType>
    IndexType
    lagtf(IndexType             n,
          float                 *a,
          IndexType             lambda,
          float                 *b,
          float                 *c,
          float                 tol,
          float                 *d,
          IndexType             *in);

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

template <typename IndexType>
    IndexType
    lagtf(IndexType             n,
          double                *a,
          IndexType             lambda,
          double                *b,
          double                *c,
          double                tol,
          double                *d,
          IndexType             *in);

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

Home

View document source

© 2011-2012 Michael Lehn