compbio
Public Types | Static Public Member Functions | List of all members
Eigen::internal::generic_product_impl_base< Lhs, Rhs, Derived > Struct Template Reference

Public Types

typedef Product< Lhs, Rhs >::Scalar Scalar
 

Static Public Member Functions

template<typename Dst >
static EIGEN_STRONG_INLINE void evalTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 
template<typename Dst >
static EIGEN_STRONG_INLINE void addTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 
template<typename Dst >
static EIGEN_STRONG_INLINE void subTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 
template<typename Dst >
static EIGEN_STRONG_INLINE void scaleAndAddTo (Dst &dst, const Lhs &lhs, const Rhs &rhs, const Scalar &alpha)
 

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