40 template<
typename CustomBinaryOp,
typename 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);
#define EIGEN_STRONG_INLINE
EIGEN_STRONG_INLINE const CwiseBinaryOp< CustomBinaryOp, const Derived, const OtherDerived > binaryExpr(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const
#define EIGEN_MAKE_CWISE_BINARY_OP(METHOD, FUNCTOR)