Home Browse Files
template <typename IndexType, typename Alpha, typename TA, typename TB,
          typename Beta, typename TC>
    void
    syr2k(IndexType    n,
          IndexType    k,
          const Alpha  &alpha,
          bool         transAB,
          const TA     *A,
          IndexType    incRowA,
          IndexType    incColA,
          const TB     *B,
          IndexType    incRowB,
          IndexType    incColB,
          const Beta   &beta,
          bool         lowerC,
          TC           *C,
          IndexType    incRowC,
          IndexType    incColC);

Defined in namespace cxxblas. Function syr2k with 6 template parameters.

Home

View document source

© 2011-2015 Michael Lehn