Shapeworks Studio
2.1
Shape analysis software suite
|
Public Member Functions | |
gemm_functor (const Lhs &lhs, const Rhs &rhs, Dest &dest, const Scalar &actualAlpha, BlockingType &blocking) | |
void | initParallelSession () const |
void | operator() (Index row, Index rows, Index col=0, Index cols=-1, GemmParallelInfo< Index > *info=0) const |
Protected Attributes | |
const Lhs & | m_lhs |
const Rhs & | m_rhs |
Dest & | m_dest |
Scalar | m_actualAlpha |
BlockingType & | m_blocking |
Definition at line 204 of file GeneralMatrixMatrix.h.