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 |
| Eigen::internal::gemm_functor::gemm_functor | ( | const Lhs & | lhs, |
| const Rhs & | rhs, | ||
| Dest & | dest, | ||
| Scalar | actualAlpha, | ||
| BlockingType & | blocking | ||
| ) | [inline] |
| void Eigen::internal::gemm_functor::initParallelSession | ( | ) | const [inline] |
| void Eigen::internal::gemm_functor::operator() | ( | Index | row, |
| Index | rows, | ||
| Index | col = 0, |
||
| Index | cols = -1, |
||
| GemmParallelInfo< Index > * | info = 0 |
||
| ) | const [inline] |
Scalar Eigen::internal::gemm_functor::m_actualAlpha [protected] |
BlockingType& Eigen::internal::gemm_functor::m_blocking [protected] |
Dest& Eigen::internal::gemm_functor::m_dest [protected] |
const Lhs& Eigen::internal::gemm_functor::m_lhs [protected] |
const Rhs& Eigen::internal::gemm_functor::m_rhs [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |