Home | History | Annotate | Download | only in plugins

Lines Matching full:coefficient

3 /** \returns an expression of the coefficient-wise absolute value of \c *this
16 /** \returns an expression of the coefficient-wise squared absolute value of \c *this
29 /** \returns an expression of the coefficient-wise exponential of *this.
42 /** \returns an expression of the coefficient-wise logarithm of *this.
55 /** \returns an expression of the coefficient-wise square root of *this.
68 /** \returns an expression of the coefficient-wise cosine of *this.
82 /** \returns an expression of the coefficient-wise sine of *this.
95 /** \returns an expression of the coefficient-wise arc cosine of *this.
108 /** \returns an expression of the coefficient-wise arc sine of *this.
121 /** \returns an expression of the coefficient-wise tan of *this.
135 /** \returns an expression of the coefficient-wise power of *this to the given exponent.
150 /** \returns an expression of the coefficient-wise inverse of *this.
163 /** \returns an expression of the coefficient-wise square of *this.
176 /** \returns an expression of the coefficient-wise cube of *this.