Lines Matching defs:operator
52 /** \deprecated ArrayBase::operator*() */
56 Cwise<ExpressionType>::operator*(const MatrixBase<OtherDerived> &other) const
61 /** \deprecated ArrayBase::operator/() */
65 Cwise<ExpressionType>::operator/(const MatrixBase<OtherDerived> &other) const
70 /** \deprecated ArrayBase::operator*=() */
73 inline ExpressionType& Cwise<ExpressionType>::operator*=(const MatrixBase<OtherDerived> &other)
78 /** \deprecated ArrayBase::operator/=() */
81 inline ExpressionType& Cwise<ExpressionType>::operator/=(const MatrixBase<OtherDerived> &other)
154 /** \deprecated ArrayBase::operator<() */
158 Cwise<ExpressionType>::operator<(const MatrixBase<OtherDerived> &other) const
167 Cwise<ExpressionType>::operator<=(const MatrixBase<OtherDerived> &other) const
172 /** \deprecated ArrayBase::operator>() */
176 Cwise<ExpressionType>::operator>(const MatrixBase<OtherDerived> &other) const
181 /** \deprecated ArrayBase::operator>=() */
185 Cwise<ExpressionType>::operator>=(const MatrixBase<OtherDerived> &other) const
190 /** \deprecated ArrayBase::operator==() */
194 Cwise<ExpressionType>::operator==(const MatrixBase<OtherDerived> &other) const
199 /** \deprecated ArrayBase::operator!=() */
203 Cwise<ExpressionType>::operator!=(const MatrixBase<OtherDerived> &other) const
210 /** \deprecated ArrayBase::operator<(Scalar) */
213 Cwise<ExpressionType>::operator<(Scalar s) const
219 /** \deprecated ArrayBase::operator<=(Scalar) */
222 Cwise<ExpressionType>::operator<=(Scalar s) const
228 /** \deprecated ArrayBase::operator>(Scalar) */
231 Cwise<ExpressionType>::operator>(Scalar s) const
237 /** \deprecated ArrayBase::operator>=(Scalar) */
240 Cwise<ExpressionType>::operator>=(Scalar s) const
246 /** \deprecated ArrayBase::operator==(Scalar) */
249 Cwise<ExpressionType>::operator==(Scalar s) const
255 /** \deprecated ArrayBase::operator!=(Scalar) */
258 Cwise<ExpressionType>::operator!=(Scalar s) const
266 /** \deprecated ArrayBase::operator+(Scalar) */
269 Cwise<ExpressionType>::operator+(const Scalar& scalar) const
274 /** \deprecated ArrayBase::operator+=(Scalar) */
276 inline ExpressionType& Cwise<ExpressionType>::operator+=(const Scalar& scalar)
281 /** \deprecated ArrayBase::operator-(Scalar) */
284 Cwise<ExpressionType>::operator-(const Scalar& scalar) const
289 /** \deprecated ArrayBase::operator-=(Scalar) */
291 inline ExpressionType& Cwise<ExpressionType>::operator-=(const Scalar& scalar)