carl  24.04
Computer ARithmetic Library
SignVariations.h File Reference
Include dependency graph for SignVariations.h:
This graph shows which files directly or indirectly include this file:

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...