Home Browse Files
template <typename IndexType, typename Alpha, typename TA, typename TB>
    void
    trumm(IndexType    m,
          IndexType    n,
          const Alpha  &alpha,
          bool         conjA,
          bool         unitDiag,
          const TA     *A,
          IndexType    incRowA,
          IndexType    incColA,
          TB           *B,
          IndexType    incRowB,
          IndexType    incColB);

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

Home

View document source

© 2011-2015 Michael Lehn