carl  24.04
Computer ARithmetic Library
PrimitiveEuclidean.h File Reference
#include "Content.h"
#include "PrimitivePart.h"
#include "../UnivariatePolynomial.h"
Include dependency graph for PrimitiveEuclidean.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_euclidean (const UnivariatePolynomial< Coeff > &a, const UnivariatePolynomial< Coeff > &b)
 Computes the GCD of two univariate polynomial with coefficients from a unique factorization domain using the primitive euclidean algorithm. More...