Definition at line 60 of file Functors.h.
#include <src/Core/Functors.h>
Public Types | |
enum | { Vectorizable = is_same<LhsScalar, 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 |
typedef scalar_product_traits<LhsScalar,RhsScalar>::ReturnType internal::scalar_product_op< LhsScalar, RhsScalar >::result_type |
Definition at line 64 of file Functors.h.
anonymous enum |
Definition at line 61 of file Functors.h.
EIGEN_STRONG_INLINE const result_type internal::scalar_product_op< LhsScalar, RhsScalar >::operator() | ( | const LhsScalar & | a, |
const RhsScalar & | b | ||
) | const [inline] |
Definition at line 66 of file Functors.h.
EIGEN_STRONG_INLINE const Packet internal::scalar_product_op< LhsScalar, RhsScalar >::packetOp | ( | const Packet & | a, |
const Packet & | b | ||
) | const [inline] |
Definition at line 68 of file Functors.h.
References internal::pmul().
EIGEN_STRONG_INLINE const result_type internal::scalar_product_op< LhsScalar, RhsScalar >::predux | ( | const Packet & | a ) | const [inline] |
Definition at line 71 of file Functors.h.
References internal::predux_mul().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011 |