HomeSort by relevance Sort by last modified time
    Searched refs:scalar_boolean_or_op (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h 205 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/
Functors.h 251 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> {
    [all...]

Completed in 300 milliseconds