![]() |
|
Template functor to compute the or 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 or of two scalars as if they were booleans.
| using Eigen::internal::scalar_boolean_or_op< Scalar >::result_type = Scalar |
|
inline |
|
inline |
References a, b, Eigen::internal::pandnot(), Eigen::internal::pcmp_eq(), Eigen::internal::por(), and Eigen::internal::pzero().