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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn