Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions
Eigen::internal::scalar_product_op< LhsScalar, RhsScalar > Struct Template Reference

Public Types

enum  { Vectorizable = is_same<LhsScalar,RhsScalar>::value && packet_traits<LhsScalar>::HasMul && packet_traits<RhsScalar>::HasMul }
 
typedef scalar_product_traits< LhsScalar, RhsScalar >::ReturnType result_type
 

Public Member Functions

EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar &a, const RhsScalar &b) const
 
template<typename Packet >
EIGEN_STRONG_INLINE const Packet packetOp (const Packet &a, const Packet &b) const
 
template<typename Packet >
EIGEN_STRONG_INLINE const result_type predux (const Packet &a) const
 

Detailed Description

template<typename LhsScalar, typename RhsScalar>
struct Eigen::internal::scalar_product_op< LhsScalar, RhsScalar >

Definition at line 47 of file Functors.h.


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