|
carl
25.04
Computer ARithmetic Library
|
#include <carl-arith/core/Sign.h>#include "../UnivariatePolynomial.h"#include <carl-arith/interval/Interval.h>

Go to the source code of this file.
Namespaces | |
| carl | |
| carl is the main namespace for the library. | |
| carl::detail_sign_variations | |
Functions | |
| template<typename Coefficient > | |
| UnivariatePolynomial< Coefficient > | carl::detail_sign_variations::reverse (UnivariatePolynomial< Coefficient > &&p) |
| Reverses the order of the coefficients of this polynomial. More... | |
| template<typename Coefficient > | |
| UnivariatePolynomial< Coefficient > | carl::detail_sign_variations::scale (UnivariatePolynomial< Coefficient > &&p, const Coefficient &factor) |
| Scale the variable, i.e. More... | |
| template<typename Coefficient > | |
| UnivariatePolynomial< Coefficient > | carl::detail_sign_variations::shift (const UnivariatePolynomial< Coefficient > &p, const Coefficient &a) |
| Shift the variable by a, i.e. More... | |
| template<typename Coefficient > | |
| uint | carl::sign_variations (const UnivariatePolynomial< Coefficient > &polynomial, const Interval< Coefficient > &interval) |
| Counts the sign variations (i.e. More... | |