Home Browse Files
template <typename IndexType>
    IndexType
    sptrd(char                  uplo,
          IndexType             n,
          float                 *Ap,
          float                 *d,
          float                 *e,
          float                 *tau);

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

template <typename IndexType>
    IndexType
    sptrd(char                  uplo,
          IndexType             n,
          double                *Ap,
          double                *d,
          double                *e,
          double                *tau);

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

Home

View document source

© 2011-2012 Michael Lehn