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

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

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

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

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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn