Home Browse Files
template <typename IndexType>
    IndexType
    tpttf(char                  transr,
          char                  uplo,
          IndexType             n,
          const float           *Ap,
          float                 *Arf);

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

template <typename IndexType>
    IndexType
    tpttf(char                  transr,
          char                  uplo,
          IndexType             n,
          const double          *Ap,
          double                *Arf);

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

template <typename IndexType>
    IndexType
    tpttf(char                       transr,
          char                       uplo,
          IndexType                  n,
          const std::complex<float > *Ap,
          std::complex<float >       *Arf);

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

template <typename IndexType>
    IndexType
    tpttf(char                       transr,
          char                       uplo,
          IndexType                  n,
          const std::complex<double> *Ap,
          std::complex<double>       *Arf);

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

Home

View document source

© 2011-2012 Michael Lehn