carl  24.04
Computer ARithmetic Library
PrimitivePart.h File Reference
#include "Content.h"
#include "Degree.h"
#include "Division.h"
#include "../MultivariatePolynomial.h"
#include "../UnivariatePolynomial.h"
Include dependency graph for PrimitivePart.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.
 

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