Lines Matching refs:Derived

6 EIGEN_STRONG_INLINE const EIGEN_CWISE_PRODUCT_RETURN_TYPE(Derived,OtherDerived)  in EIGEN_CWISE_PRODUCT_RETURN_TYPE()  argument
9 return EIGEN_CWISE_PRODUCT_RETURN_TYPE(Derived,OtherDerived)(derived(), other.derived()); in EIGEN_CWISE_PRODUCT_RETURN_TYPE()
17 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const Derived, const …
20 …return CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const Derived, const OtherDerived>(deri…
36 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar>, const Derived, in EIGEN_MAKE_CWISE_BINARY_OP()
45 return (min)(Derived::PlainObject::Constant(rows(), cols(), other)); in EIGEN_MAKE_CWISE_BINARY_OP()
61 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar>, const Derived, in EIGEN_MAKE_CWISE_BINARY_OP()
70 return (max)(Derived::PlainObject::Constant(rows(), cols(), other)); in EIGEN_MAKE_CWISE_BINARY_OP()
76 …yOp<internal::scalar_cmp_op<Scalar, internal::cmp_ ## COMPARATOR>, const Derived, const OtherDeriv…
79 …return CwiseBinaryOp<internal::scalar_cmp_op<Scalar, internal::cmp_ ## COMPARATOR>, const Derived,…
81 typedef CwiseBinaryOp<internal::scalar_cmp_op<Scalar, internal::cmp_ ## COMPARATOR>, const Derived,…
82 …CwiseNullaryOp<internal::scalar_constant_op<Scalar>, PlainObject>, const Derived > RCmp ## COMPARA…
85 return this->OP(Derived::PlainObject::Constant(rows(), cols(), s)); \
88 OP(const Scalar& s, const Derived& d) { \
89 return Derived::PlainObject::Constant(d.rows(), d.cols(), s).OP(d); \
94 …<internal::scalar_cmp_op<Scalar, internal::cmp_##RCOMPARATOR>, const OtherDerived, const Derived> \
97 …r_cmp_op<Scalar, internal::cmp_##RCOMPARATOR>, const OtherDerived, const Derived>(other.derived(),…
102 return Derived::PlainObject::Constant(rows(), cols(), s).R_OP(*this); \
105 OP(const Scalar& s, const Derived& d) { \
106 return d.R_OP(Derived::PlainObject::Constant(d.rows(), d.cols(), s)); \
186 inline const CwiseUnaryOp<internal::scalar_add_op<Scalar>, const Derived>
189 …return CwiseUnaryOp<internal::scalar_add_op<Scalar>, const Derived>(derived(), internal::scalar_ad…
192 friend inline const CwiseUnaryOp<internal::scalar_add_op<Scalar>, const Derived>
193 operator+(const Scalar& scalar,const EIGEN_CURRENT_STORAGE_BASE_CLASS<Derived>& other)
205 inline const CwiseUnaryOp<internal::scalar_add_op<Scalar>, const Derived>
211 …l::scalar_add_op<Scalar>, const CwiseUnaryOp<internal::scalar_opposite_op<Scalar>, const Derived> >
212 operator-(const Scalar& scalar,const EIGEN_CURRENT_STORAGE_BASE_CLASS<Derived>& other)
227 inline const CwiseBinaryOp<internal::scalar_boolean_and_op, const Derived, const OtherDerived>
232 …return CwiseBinaryOp<internal::scalar_boolean_and_op, const Derived, const OtherDerived>(derived()…
245 inline const CwiseBinaryOp<internal::scalar_boolean_or_op, const Derived, const OtherDerived>
250 …return CwiseBinaryOp<internal::scalar_boolean_or_op, const Derived, const OtherDerived>(derived(),…