carl
24.04
Computer ARithmetic Library
|
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... | |