carl  24.04
Computer ARithmetic Library
GCD_multivariate.h File Reference
Include dependency graph for GCD_multivariate.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.
 
 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)