Home Browse Files
template <typename IndexType>
    IndexType
    pttrf(IndexType             n,
          float                 *d,
          float                 *e);

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

template <typename IndexType>
    IndexType
    pttrf(IndexType             n,
          double                *d,
          double                *e);

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

Home

View document source

© 2011-2012 Michael Lehn