Searched refs:scalar_boolean_or_op (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/plugins/
H A DArrayCwiseBinaryOps.h205 inline const CwiseBinaryOp<internal::scalar_boolean_or_op, const Derived, const OtherDerived>
210 return CwiseBinaryOp<internal::scalar_boolean_or_op, const Derived, const OtherDerived>(derived(),other.derived());
/external/eigen/Eigen/src/Core/
H A DFunctors.h251 struct scalar_boolean_or_op { struct in namespace:Eigen::internal
252 EIGEN_EMPTY_STRUCT_CTOR(scalar_boolean_or_op)
255 template<> struct functor_traits<scalar_boolean_or_op> {

Completed in 1623 milliseconds