Home | History | Annotate | Download | only in Eigen2Support

Lines Matching refs:Cwise

23 Cwise<ExpressionType>::abs() const
31 Cwise<ExpressionType>::abs2() const
39 Cwise<ExpressionType>::exp() const
47 Cwise<ExpressionType>::log() const
56 Cwise<ExpressionType>::operator*(const MatrixBase<OtherDerived> &other) const
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
103 Cwise<ExpressionType>::cos() const
112 Cwise<ExpressionType>::sin() const
121 Cwise<ExpressionType>::pow(const Scalar& exponent) const
130 Cwise<ExpressionType>::inverse() const
138 Cwise<ExpressionType>::square() const
146 Cwise<ExpressionType>::cube() const
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
185 Cwise<ExpressionType>::operator>=(const MatrixBase<OtherDerived> &other) const
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
240 Cwise<ExpressionType>::operator>=(Scalar s) const
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<Scalar>(scalar));
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)