Lines Matching refs:operator
66 operator*(const MatrixBase<OtherDerived> &other) const;
70 operator/(const MatrixBase<OtherDerived> &other) const;
97 operator+(const Scalar& scalar) const;
101 operator+(const Scalar& scalar, const Cwise& mat)
104 ExpressionType& operator+=(const Scalar& scalar);
107 operator-(const Scalar& scalar) const;
109 ExpressionType& operator-=(const Scalar& scalar);
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;
137 operator<(Scalar s) const;
140 operator<=(Scalar s) const;
143 operator>(Scalar s) const;
146 operator>=(Scalar s) const;
149 operator==(Scalar s) const;
152 operator!=(Scalar s) const;