![]() |
|
Template functor to compute the logical not of a scalar as if it were a boolean. More...
#include <UnaryFunctors.h>
Public Types | |
| using | result_type = Scalar |
Public Member Functions | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar | operator() (const Scalar &a) const |
| template<typename Packet > | |
| EIGEN_STRONG_INLINE Packet | packetOp (const Packet &a) const |
Template functor to compute the logical not of a scalar as if it were a boolean.
| using Eigen::internal::scalar_boolean_not_op< Scalar >::result_type = Scalar |
|
inline |
|
inline |
References a, Eigen::internal::pand(), Eigen::internal::pcmp_eq(), and Eigen::internal::pzero().