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

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

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

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

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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn