Home | History | Annotate | Download | only in plugins

Lines Matching full:expression

15 /** \internal Represents a scalar multiple of an expression */
17 /** \internal Represents a quotient of an expression by a scalar*/
41 /** \returns an expression of the opposite of \c *this
47 /** \returns an expression of \c *this scaled by the scalar factor \a scalar */
59 /** \returns an expression of \c *this divided by the scalar value \a scalar */
83 /** \returns an expression of *this with the \a Scalar type casted to
97 /** \returns an expression of the complex conjugate of \c *this.
106 /** \returns a read-only expression of the real part of \c *this.
112 /** \returns an read-only expression of the imaginary part of \c *this.
121 * \returns An expression of a custom coefficient-wise unary operator \a func of *this
144 /** \returns an expression of a custom coefficient-wise unary operator \a func of *this
162 /** \returns a non const expression of the real part of \c *this.
168 /** \returns a non const expression of the imaginary part of \c *this.