Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Protected Attributes
Eigen::internal::gemm_functor Struct Reference

List of all members.

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

Constructor & Destructor Documentation

Eigen::internal::gemm_functor::gemm_functor ( const Lhs &  lhs,
const Rhs &  rhs,
Dest &  dest,
Scalar  actualAlpha,
BlockingType &  blocking 
) [inline]

Definition at line 221 of file Core.


Member Function Documentation

void Eigen::internal::gemm_functor::initParallelSession ( ) const [inline]

Definition at line 226 of file Core.

void Eigen::internal::gemm_functor::operator() ( Index  row,
Index  rows,
Index  col = 0,
Index  cols = -1,
GemmParallelInfo< Index > *  info = 0 
) const [inline]

Definition at line 231 of file Core.


Member Data Documentation

Definition at line 247 of file Core.

BlockingType& Eigen::internal::gemm_functor::m_blocking [protected]

Definition at line 248 of file Core.

Definition at line 246 of file Core.

const Lhs& Eigen::internal::gemm_functor::m_lhs [protected]

Definition at line 244 of file Core.

const Rhs& Eigen::internal::gemm_functor::m_rhs [protected]

Definition at line 245 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011