Home | History | Annotate | Download | only in plugins

Lines Matching full:coefficient

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
42 /** \returns an expression of the coefficient-wise max of \c *this and \a other
51 /** \returns an expression of the coefficient-wise max of \c *this and scalar \a other
61 /** \returns an expression of the coefficient-wise \< operator of *this and \a other
70 /** \returns an expression of the coefficient-wise \<= operator of *this and \a other
79 /** \returns an expression of the coefficient-wise \> operator of *this and \a other
88 /** \returns an expression of the coefficient-wise \>= operator of *this and \a other
97 /** \returns an expression of the coefficient-wise == operator of *this and \a other
111 /** \returns an expression of the coefficient-wise != operator of *this and \a other
165 /** \returns an expression of the coefficient-wise && operator of *this and \a other
183 /** \returns an expression of the coefficient-wise || operator of *this and \a other