#include <GeneralMatrixMatrix.h>
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 | |
Scalar | m_actualAlpha |
BlockingType & | m_blocking |
Dest & | m_dest |
const Lhs & | m_lhs |
const Rhs & | m_rhs |
Definition at line 204 of file GeneralMatrixMatrix.h.
|
inline |
Definition at line 206 of file GeneralMatrixMatrix.h.
|
inline |
Definition at line 211 of file GeneralMatrixMatrix.h.
|
inline |
Definition at line 216 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 232 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 233 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 231 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 229 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 230 of file GeneralMatrixMatrix.h.