Lines Matching refs:OtherDerived
54 template<typename OtherDerived>
55 EIGEN_STRONG_INLINE const EIGEN_CWISE_PRODUCT_RETURN_TYPE(ExpressionType,OtherDerived) in EIGEN_CWISE_PRODUCT_RETURN_TYPE() argument
56 Cwise<ExpressionType>::operator*(const MatrixBase<OtherDerived> &other) const in EIGEN_CWISE_PRODUCT_RETURN_TYPE()
58 …return EIGEN_CWISE_PRODUCT_RETURN_TYPE(ExpressionType,OtherDerived)(_expression(), other.derived()… in EIGEN_CWISE_PRODUCT_RETURN_TYPE()
63 template<typename OtherDerived>
65 Cwise<ExpressionType>::operator/(const MatrixBase<OtherDerived> &other) const
72 template<typename OtherDerived>
73 inline ExpressionType& Cwise<ExpressionType>::operator*=(const MatrixBase<OtherDerived> &other)
80 template<typename OtherDerived>
81 inline ExpressionType& Cwise<ExpressionType>::operator/=(const MatrixBase<OtherDerived> &other)
156 template<typename OtherDerived>
158 Cwise<ExpressionType>::operator<(const MatrixBase<OtherDerived> &other) const
165 template<typename OtherDerived>
167 Cwise<ExpressionType>::operator<=(const MatrixBase<OtherDerived> &other) const
174 template<typename OtherDerived>
176 Cwise<ExpressionType>::operator>(const MatrixBase<OtherDerived> &other) const in EIGEN_CWISE_BINOP_RETURN_TYPE()
183 template<typename OtherDerived>
185 Cwise<ExpressionType>::operator>=(const MatrixBase<OtherDerived> &other) const in EIGEN_CWISE_BINOP_RETURN_TYPE()
192 template<typename OtherDerived>
194 Cwise<ExpressionType>::operator==(const MatrixBase<OtherDerived> &other) const
201 template<typename OtherDerived>
203 Cwise<ExpressionType>::operator!=(const MatrixBase<OtherDerived> &other) const