carl
24.04
Computer ARithmetic Library
|
#include <carl-common/config.h>
#include "PrimitiveEuclidean.h"
#include <carl-arith/numbers/typetraits.h>
#include <carl-arith/poly/umvpoly/functions/to_univariate_polynomial.h>
#include "../CoCoAAdaptor.h"
#include <carl-arith/converter/OldGinacConverter.h>
Go to the source code of this file.
Namespaces | |
carl | |
carl is the main namespace for the library. | |
carl::gcd_detail | |
Functions | |
template<typename Polynomial > | |
Variable | carl::gcd_detail::select_variable (const Polynomial &p1, const Polynomial &p2) |
template<typename Polynomial > | |
Polynomial | carl::gcd_detail::gcd_calculate (const Polynomial &a, const Polynomial &b) |
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) |