Home | History | Annotate | Download | only in Eigen2Support

Lines Matching refs:MatrixBase

39   * It is the return type of MatrixBase::cwise()
48 * \sa MatrixBase::cwise() const, MatrixBase::cwise()
66 operator*(const MatrixBase<OtherDerived> &other) const;
70 operator/(const MatrixBase<OtherDerived> &other) const;
75 (min)(const MatrixBase<OtherDerived> &other) const
81 (max)(const MatrixBase<OtherDerived> &other) const
112 inline ExpressionType& operator*=(const MatrixBase<OtherDerived> &other);
115 inline ExpressionType& operator/=(const MatrixBase<OtherDerived> &other);
118 operator<(const MatrixBase<OtherDerived>& other) const;
121 operator<=(const MatrixBase<OtherDerived>& other) const;
124 operator>(const MatrixBase<OtherDerived>& other) const;
127 operator>=(const MatrixBase<OtherDerived>& other) const;
130 operator==(const MatrixBase<OtherDerived>& other) const;
133 operator!=(const MatrixBase<OtherDerived>& other) const;
172 inline const Cwise<Derived> MatrixBase<Derived>::cwise() const
185 inline Cwise<Derived> MatrixBase<Derived>::cwise()