#include <GeneralMatrixMatrix.h>
Public Types | |
typedef Gemm::Traits | Traits |
Public Member Functions | |
gemm_functor (const Lhs &lhs, const Rhs &rhs, Dest &dest, const Scalar &actualAlpha, BlockingType &blocking) | |
void | initParallelSession (Index num_threads) 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 209 of file GeneralMatrixMatrix.h.
typedef Gemm::Traits Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::Traits |
Definition at line 233 of file GeneralMatrixMatrix.h.
|
inline |
Definition at line 211 of file GeneralMatrixMatrix.h.
|
inline |
Definition at line 215 of file GeneralMatrixMatrix.h.
|
inline |
Definition at line 221 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 239 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 240 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 238 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 236 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 237 of file GeneralMatrixMatrix.h.