Home Browse Files
template <typename IndexType>
    IndexType
    pftri(char                  transr,
          char                  uplo,
          IndexType             n,
          float                 *A);

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

template <typename IndexType>
    IndexType
    pftri(char                  transr,
          char                  uplo,
          IndexType             n,
          double                *A);

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

template <typename IndexType>
    IndexType
    pftri(char                  transr,
          char                  uplo,
          IndexType             n,
          std::complex<float >  *A);

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

template <typename IndexType>
    IndexType
    pftri(char                  transr,
          char                  uplo,
          IndexType             n,
          std::complex<double>  *A);

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

Home

View document source

© 2011-2012 Michael Lehn