Home | History | Annotate | Download | only in plugins

Lines Matching full:expression

1 /** \returns an expression of the coefficient wise product of \c *this and \a other
12 /** \returns an expression of the coefficient wise quotient of \c *this and \a other
23 /** \returns an expression of the coefficient-wise min of \c *this and \a other
32 /** \returns an expression of the coefficient-wise min of \c *this and scalar \a other
48 /** \returns an expression of the coefficient-wise max of \c *this and \a other
57 /** \returns an expression of the coefficient-wise max of \c *this and scalar \a other
110 /** \returns an expression of the coefficient-wise \< operator of *this and \a other
119 /** \returns an expression of the coefficient-wise \<= operator of *this and \a other
128 /** \returns an expression of the coefficient-wise \> operator of *this and \a other
137 /** \returns an expression of the coefficient-wise \>= operator of *this and \a other
146 /** \returns an expression of the coefficient-wise == operator of *this and \a other
160 /** \returns an expression of the coefficient-wise != operator of *this and \a other
179 /** \returns an expression of \c *this with each coeff incremented by the constant \a scalar
198 /** \returns an expression of \c *this with each coeff decremented by the constant \a scalar
217 /** \returns an expression of the coefficient-wise && operator of *this and \a other
219 * \warning this operator is for expression of bool only.
235 /** \returns an expression of the coefficient-wise || operator of *this and \a other
237 * \warning this operator is for expression of bool only.