carl
24.04
Computer ARithmetic Library
|
#include "../MultivariatePolynomial.h"
#include "../UnivariatePolynomial.h"
#include <carl-arith/numbers/typetraits.h>
#include "VarInfo.h"
#include "GCD_multivariate.h"
#include "GCD_univariate.h"
#include "PrimitiveEuclidean.h"
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) |