Lines Matching refs:MatrixBase
66 operator*(const MatrixBase<OtherDerived> &other) const;
70 operator/(const MatrixBase<OtherDerived> &other) const;
75 (min)(const MatrixBase<OtherDerived> &other) const in EIGEN_CWISE_BINOP_RETURN_TYPE()
81 (max)(const MatrixBase<OtherDerived> &other) const in EIGEN_CWISE_BINOP_RETURN_TYPE()
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 in cwise()
185 inline Cwise<Derived> MatrixBase<Derived>::cwise() in cwise()