#include <BinaryFunctors.h>
Public Types | |
typedef ScalarBinaryOpTraits< LhsScalar, RhsScalar, scalar_product_op >::ReturnType | result_type |
Public Types inherited from Eigen::internal::binary_op_base< LhsScalar, RhsScalar > | |
typedef LhsScalar | first_argument_type |
typedef RhsScalar | second_argument_type |
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool | operator() (const bool &a, const bool &b) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE result_type | operator() (const LhsScalar &a, const RhsScalar &b) const |
template<typename Packet > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet | packetOp (const Packet &a, const Packet &b) const |
template<typename Packet > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE result_type | predux (const Packet &a) const |
Definition at line 70 of file BinaryFunctors.h.
typedef ScalarBinaryOpTraits<LhsScalar,RhsScalar,scalar_product_op>::ReturnType Eigen::internal::scalar_product_op< LhsScalar, RhsScalar >::result_type |
Definition at line 72 of file BinaryFunctors.h.
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::internal::scalar_product_op< bool, bool >::operator() | ( | const bool & | a, |
const bool & | b | ||
) | const |
Definition at line 98 of file BinaryFunctors.h.
|
inline |
Definition at line 80 of file BinaryFunctors.h.
|
inline |
Definition at line 82 of file BinaryFunctors.h.
|
inline |
Definition at line 85 of file BinaryFunctors.h.