19 EIGEN_MAKE_CWISE_BINARY_OP(
operator-,internal::scalar_difference_op)
27 EIGEN_MAKE_CWISE_BINARY_OP(
operator+,internal::scalar_sum_op)
40 template<
typename CustomBinaryOp,
typename OtherDerived>
41 EIGEN_STRONG_INLINE
const CwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>
42 binaryExpr(
const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other,
const CustomBinaryOp& func = CustomBinaryOp())
const 44 return CwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>(derived(), other.derived(), func);