Lines Matching refs:Cwise

23 Cwise<ExpressionType>::abs() const  in EIGEN_CWISE_UNOP_RETURN_TYPE()
31 Cwise<ExpressionType>::abs2() const in EIGEN_CWISE_UNOP_RETURN_TYPE()
39 Cwise<ExpressionType>::exp() const in EIGEN_CWISE_UNOP_RETURN_TYPE()
47 Cwise<ExpressionType>::log() const in EIGEN_CWISE_UNOP_RETURN_TYPE()
56 Cwise<ExpressionType>::operator*(const MatrixBase<OtherDerived> &other) const in EIGEN_CWISE_PRODUCT_RETURN_TYPE()
65 Cwise<ExpressionType>::operator/(const MatrixBase<OtherDerived> &other) const
73 inline ExpressionType& Cwise<ExpressionType>::operator*=(const MatrixBase<OtherDerived> &other)
81 inline ExpressionType& Cwise<ExpressionType>::operator/=(const MatrixBase<OtherDerived> &other)
95 Cwise<ExpressionType>::sqrt() const in EIGEN_CWISE_UNOP_RETURN_TYPE()
103 Cwise<ExpressionType>::cos() const in EIGEN_CWISE_UNOP_RETURN_TYPE()
112 Cwise<ExpressionType>::sin() const in EIGEN_CWISE_UNOP_RETURN_TYPE()
121 Cwise<ExpressionType>::pow(const Scalar& exponent) const in EIGEN_CWISE_UNOP_RETURN_TYPE()
130 Cwise<ExpressionType>::inverse() const in EIGEN_CWISE_UNOP_RETURN_TYPE()
138 Cwise<ExpressionType>::square() const in EIGEN_CWISE_UNOP_RETURN_TYPE()
146 Cwise<ExpressionType>::cube() const in EIGEN_CWISE_UNOP_RETURN_TYPE()
158 Cwise<ExpressionType>::operator<(const MatrixBase<OtherDerived> &other) const
167 Cwise<ExpressionType>::operator<=(const MatrixBase<OtherDerived> &other) const
176 Cwise<ExpressionType>::operator>(const MatrixBase<OtherDerived> &other) const in EIGEN_CWISE_BINOP_RETURN_TYPE()
185 Cwise<ExpressionType>::operator>=(const MatrixBase<OtherDerived> &other) const in EIGEN_CWISE_BINOP_RETURN_TYPE()
194 Cwise<ExpressionType>::operator==(const MatrixBase<OtherDerived> &other) const
203 Cwise<ExpressionType>::operator!=(const MatrixBase<OtherDerived> &other) const
213 Cwise<ExpressionType>::operator<(Scalar s) const
222 Cwise<ExpressionType>::operator<=(Scalar s) const
231 Cwise<ExpressionType>::operator>(Scalar s) const in EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE()
240 Cwise<ExpressionType>::operator>=(Scalar s) const in EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE()
249 Cwise<ExpressionType>::operator==(Scalar s) const
258 Cwise<ExpressionType>::operator!=(Scalar s) const
268 inline const typename Cwise<ExpressionType>::ScalarAddReturnType
269 Cwise<ExpressionType>::operator+(const Scalar& scalar) const
271 …return typename Cwise<ExpressionType>::ScalarAddReturnType(m_matrix, internal::scalar_add_op<Scala…
276 inline ExpressionType& Cwise<ExpressionType>::operator+=(const Scalar& scalar)
283 inline const typename Cwise<ExpressionType>::ScalarAddReturnType
284 Cwise<ExpressionType>::operator-(const Scalar& scalar) const
291 inline ExpressionType& Cwise<ExpressionType>::operator-=(const Scalar& scalar)