#include <MultivariateRoot.h>
template<typename Poly>
class carl::MultivariateRoot< Poly >
Definition at line 32 of file MultivariateRoot.h.
◆ Number
◆ RAN
◆ MultivariateRoot() [1/2]
- Parameters
-
poly | Must mention the root-variable "_z" and should have a at least 'rootIdx'-many roots in "_z" at each subpoint where it is intended to be evaluated. |
k | The index of the root of the polynomial in "_z". The first root has index 1, the second has index 2 and so on. |
Definition at line 51 of file MultivariateRoot.h.
◆ MultivariateRoot() [2/2]
◆ is_univariate()
◆ k()
◆ poly() [1/2]
- Returns
- the raw underlying polynomial that still mentions the root-variable "_z".
Definition at line 67 of file MultivariateRoot.h.
◆ poly() [2/2]
- Returns
- the raw underlying polynomial that still mentions the root-variable "_z".
Definition at line 74 of file MultivariateRoot.h.
◆ var()
- Returns
- The globally-unique distinguished root-variable "_z" to allow you to build a polynomial with this variable yourself.
Definition at line 82 of file MultivariateRoot.h.
◆ evaluate
template<typename Poly >
template<typename P >
◆ m_k
◆ m_poly
◆ m_var
The documentation for this class was generated from the following file: