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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn