|
carl
25.04
Computer ARithmetic Library
|
#include "Derivative.h"#include "Division.h"#include "GCD_univariate.h"#include <carl-logging/carl-logging.h>#include "../UnivariatePolynomial.h"

Go to the source code of this file.
Namespaces | |
| carl | |
| carl is the main namespace for the library. | |
| carl::detail | |
Functions | |
| template<typename Coeff > | |
| std::map< uint, UnivariatePolynomial< Coeff > > | carl::squareFreeFactorization (const UnivariatePolynomial< Coeff > &p) |
| template<typename Coeff , typename Integer > | |
| UnivariatePolynomial< Coeff > | carl::detail::exclude_linear_factors (const UnivariatePolynomial< Coeff > &poly, FactorMap< Coeff > &linearFactors, const Integer &maxInt) |
| template<typename Coeff > | |
| FactorMap< Coeff > | carl::factorization (const UnivariatePolynomial< Coeff > &p) |