Home Browse Files
template <typename IndexType>
    IndexType
    sptrf(char                  uplo,
          IndexType             n,
          float                 *Ap,
          IndexType             *iPiv);

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

template <typename IndexType>
    IndexType
    sptrf(char                  uplo,
          IndexType             n,
          double                *Ap,
          IndexType             *iPiv);

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

template <typename IndexType>
    IndexType
    sptrf(char                  uplo,
          IndexType             n,
          std::complex<float >  *Ap,
          IndexType             *iPiv);

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

template <typename IndexType>
    IndexType
    sptrf(char                  uplo,
          IndexType             n,
          std::complex<double>  *Ap,
          IndexType             *iPiv);

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

Home

View document source

© 2011-2012 Michael Lehn