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

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

template <typename IndexType>
    IndexType
    tfttr(char                  transr,
          char                  uplo,
          IndexType             n,
          const double          *Arf,
          double                *A,
          IndexType             ldA);

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

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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn