#include <GeneralMatrixMatrix.h>
Public Member Functions | |
gemm_functor (const Lhs &lhs, const Rhs &rhs, Dest &dest, 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 205 of file GeneralMatrixMatrix.h.
Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::gemm_functor | ( | const Lhs & | lhs, |
const Rhs & | rhs, | ||
Dest & | dest, | ||
Scalar | actualAlpha, | ||
BlockingType & | blocking | ||
) | [inline] |
Definition at line 207 of file GeneralMatrixMatrix.h.
void Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::initParallelSession | ( | ) | const [inline] |
Definition at line 212 of file GeneralMatrixMatrix.h.
void Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::operator() | ( | Index | row, |
Index | rows, | ||
Index | col = 0 , |
||
Index | cols = -1 , |
||
GemmParallelInfo< Index > * | info = 0 |
||
) | const [inline] |
Definition at line 217 of file GeneralMatrixMatrix.h.
Scalar Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_actualAlpha [protected] |
Definition at line 233 of file GeneralMatrixMatrix.h.
BlockingType& Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_blocking [protected] |
Definition at line 234 of file GeneralMatrixMatrix.h.
Dest& Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_dest [protected] |
Definition at line 232 of file GeneralMatrixMatrix.h.
const Lhs& Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_lhs [protected] |
Definition at line 230 of file GeneralMatrixMatrix.h.
const Rhs& Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_rhs [protected] |
Definition at line 231 of file GeneralMatrixMatrix.h.