Home Browse Files
template <typename IndexType, typename Alpha, typename T, typename TB>
    void
    mtrumm(IndexType    mc,
           IndexType    nc,
           const Alpha  &alpha,
           const T      *A_,
           const T      *B_,
           TB           *B,
           IndexType    incRowB,
           IndexType    incColB);

Defined in namespace ulmBLAS. Function mtrumm with 4 template parameters.

Home

View document source

© 2011-2015 Michael Lehn