Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Member Functions | Protected Attributes
Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType > Struct Template Reference

Public Member Functions

 gemm_functor (const Lhs &lhs, const Rhs &rhs, Dest &dest, const 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
 

Detailed Description

template<typename Scalar, typename Index, typename Gemm, typename Lhs, typename Rhs, typename Dest, typename BlockingType>
struct Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType >

Definition at line 204 of file GeneralMatrixMatrix.h.


The documentation for this struct was generated from the following file: