carl  24.04
Computer ARithmetic Library
GCD.h File Reference
Include dependency graph for GCD.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 C , typename O , typename P >
MultivariatePolynomial< C, O, P > carl::gcd (const MultivariatePolynomial< C, O, P > &a, const MultivariatePolynomial< C, O, P > &b)
 
template<typename Coeff >
UnivariatePolynomial< Coeff > carl::gcd (const UnivariatePolynomial< Coeff > &a, const UnivariatePolynomial< Coeff > &b)
 Calculates the greatest common divisor of two polynomials. More...
 
template<typename C , typename O , typename P >
Term< C > carl::gcd (const MultivariatePolynomial< C, O, P > &a, const Term< C > &b)
 
template<typename C , typename O , typename P >
Term< C > carl::gcd (const Term< C > &a, const MultivariatePolynomial< C, O, P > &b)
 
template<typename C , typename O , typename P >
Monomial::Arg carl::gcd (const MultivariatePolynomial< C, O, P > &a, const Monomial::Arg &b)
 
template<typename C , typename O , typename P >
Monomial::Arg carl::gcd (const Monomial::Arg &a, const MultivariatePolynomial< C, O, P > &b)