Home Browse Files
template <typename IndexType, typename Alpha, typename MA, typename MB>
    void
    geihmp(IndexType      m,
           IndexType      n,
           const Alpha    &alpha,
           const MA       *A,
           IndexType      incRowA,
           IndexType      incColA,
           MB             *B,
           IndexType      incRowB,
           IndexType      incColB);

Defined in namespace cxxblas. Function geihmp with 4 template parameters.

template <typename IndexType, typename Alpha, typename MA, typename MB,
          typename Beta, typename MC>
    void
    gehmp(IndexType      m,
          IndexType      n,
          const Alpha    &alpha,
          const MA       *A,
          IndexType      incRowA,
          IndexType      incColA,
          const MB       *B,
          IndexType      incRowB,
          IndexType      incColB,
          const Beta     &beta,
          MC             *C,
          IndexType      incRowC,
          IndexType      incColC);

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

Home

View document source

© 2011-2015 Michael Lehn