![]() |
|
Template functor to compute the xor of two scalars as if they were booleans. More...
#include <BinaryFunctors.h>
Public Types | |
| using | result_type = Scalar |
Public Member Functions | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar | operator() (const Scalar &a, const Scalar &b) const |
| template<typename Packet > | |
| EIGEN_STRONG_INLINE Packet | packetOp (const Packet &a, const Packet &b) const |
Template functor to compute the xor of two scalars as if they were booleans.
| using Eigen::internal::scalar_boolean_xor_op< Scalar >::result_type = Scalar |
|
inline |
|
inline |
References a, b, Eigen::internal::pand(), Eigen::internal::pcmp_eq(), Eigen::internal::pxor(), and Eigen::internal::pzero().