Polynomial<real>
A Polynomial<real>-valued polynomial.
Symbols
| Name | Description |
|---|---|
* | Scalar multiplication operator for Polynomial objects. |
*= | In-place scalar multiplication assignment operator for Polynomial objects. |
+ | Addition operator for Polynomial objects. |
+= | In-place addition assignment operator for Polynomial objects. |
- | Subtraction operator for Polynomial objects. |
-= | In-place subtraction assignment operator for Polynomial objects. |
= | Assignment operator for Polynomial objects. |
== | Equality operator for Polynomial objects. |
Members
| Name | Description |
|---|---|
| evaluate | Evaluates the polynomial over a matrix. |
| get_coeffs | Returns the coefficients of the polynomial. |
| get_degree | Returns the degree of the polynomial. |
| scale | Scales the polynomial by the given factor. |
| shift | Shifts the polynomial by the given amount. |