|
carl
25.04
Computer ARithmetic Library
|
#include "Content.h"#include "Degree.h"#include "Division.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 Coeff > | |
| UnivariatePolynomial< Coeff > | carl::primitive_part (const UnivariatePolynomial< Coeff > &p) |
| The primitive part of p is the normal part of p divided by the content of p. More... | |
| template<typename Coeff > | |
| UnivariatePolynomial< Coeff > | carl::pseudo_primitive_part (const UnivariatePolynomial< Coeff > &p) |
| Returns this/divisor where divisor is the numeric content of this polynomial. More... | |