compbio
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::gemm_functor< Scalar, Index, Gemm, Lhs, Rhs, Dest, BlockingType > Struct Template Reference

Public Types

typedef Gemm::Traits Traits
 

Public Member Functions

 gemm_functor (const Lhs &lhs, const Rhs &rhs, Dest &dest, const Scalar &actualAlpha, BlockingType &blocking)
 
void initParallelSession (Index num_threads) 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
 

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