carl
24.04
Computer ARithmetic Library
|
#include "Derivative.h"
#include "Division.h"
#include "GCD.h"
#include "to_univariate_polynomial.h"
#include "../CoCoAAdaptor.h"
#include <carl-logging/carl-logging.h>
#include "../MultivariatePolynomial.h"
#include "../UnivariatePolynomial.h"
Go to the source code of this file.
Namespaces | |
carl | |
carl is the main namespace for the library. | |
Functions | |
template<typename C , typename O , typename P > | |
MultivariatePolynomial< C, O, P > | carl::squareFreePart (const MultivariatePolynomial< C, O, P > &polynomial) |
template<typename Coeff , EnableIf< is_subset_of_rationals_type< Coeff >> = dummy> | |
UnivariatePolynomial< Coeff > | carl::squareFreePart (const UnivariatePolynomial< Coeff > &p) |