#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 213 of file GeneralMatrixMatrix.h.
typedef Gemm::Traits Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::Traits |
Definition at line 240 of file GeneralMatrixMatrix.h.
|
inline |
Definition at line 218 of file GeneralMatrixMatrix.h.
|
inline |
Definition at line 222 of file GeneralMatrixMatrix.h.
|
inline |
Definition at line 228 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 246 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 247 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 245 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 243 of file GeneralMatrixMatrix.h.
|
protected |
Definition at line 244 of file GeneralMatrixMatrix.h.