Home Browse Files
template <typename IndexType, typename Alpha, typename TA, typename Beta,
         typename TC>
    void
    sylrk(IndexType    n,
          IndexType    k,
          const Alpha  &alpha,
          const TA     *A,
          IndexType    incRowA,
          IndexType    incColA,
          const Beta   &beta,
          TC           *C,
          IndexType    incRowC,
          IndexType    incColC);

Defined in namespace ulmBLAS. Function sylrk with 5 template parameters.

Home

View document source

© 2011-2015 Michael Lehn