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

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

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

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

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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn