Home Browse Files
template <typename IndexType>
    IndexType
    hfrk (char                        transr,
          char                        uplo,
          char                        trans,
          IndexType                   n,
          IndexType                   k,
          float                       alpha,
          const std::complex<float >  *A,
          IndexType                   ldA,
          float                       beta,
          std::complex<float >        *C);

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

template <typename IndexType>
    IndexType
    hfrk (char                        transr,
          char                        uplo,
          char                        trans,
          IndexType                   n,
          IndexType                   k,
          double                      alpha,
          const std::complex<double>  *A,
          IndexType                   ldA,
          double                      beta,
          std::complex<double>        *C);

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

Home

View document source

© 2011-2012 Michael Lehn