Home Browse Files
template <typename IndexType, typename ALPHA, typename MA, typename MB,
          typename BETA, typename VC>
    void
    gbmm(StorageOrder order, Side side,
         Transpose transA, Transpose transB,
         IndexType m, IndexType n,
         IndexType kl, IndexType ku,
         IndexType l,
         const ALPHA &alpha,
         const MA *A, IndexType ldA,
         const MB *B, IndexType ldB,
         const BETA &beta,
         VC *C, IndexType ldC);

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

Home

View document source

© 2011-2012 Michael Lehn