Definition at line 223 of file GeneralMatrixMatrix.h.
#include <src/Core/products/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 | |
const Lhs & | m_lhs |
const Rhs & | m_rhs |
Dest & | m_dest |
Scalar | m_actualAlpha |
BlockingType & | m_blocking |
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 225 of file GeneralMatrixMatrix.h.
void internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::initParallelSession | ( | ) | const [inline] |
Definition at line 230 of file GeneralMatrixMatrix.h.
References internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_blocking.
void 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 235 of file GeneralMatrixMatrix.h.
References col(), internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_actualAlpha, internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_blocking, internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_dest, internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_lhs, and internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_rhs.
Scalar internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_actualAlpha [protected] |
Definition at line 251 of file GeneralMatrixMatrix.h.
Referenced by internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::operator()().
BlockingType& internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_blocking [protected] |
Dest& internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_dest [protected] |
Definition at line 250 of file GeneralMatrixMatrix.h.
Referenced by internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::operator()().
const Lhs& internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_lhs [protected] |
Definition at line 248 of file GeneralMatrixMatrix.h.
Referenced by internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::operator()().
const Rhs& internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::m_rhs [protected] |
Definition at line 249 of file GeneralMatrixMatrix.h.
Referenced by internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >::operator()().
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |