carl  24.04
Computer ARithmetic Library
carl::gcd_detail Namespace Reference

Functions

template<typename Polynomial >
Variable select_variable (const Polynomial &p1, const Polynomial &p2)
 
template<typename Polynomial >
Polynomial gcd_calculate (const Polynomial &a, const Polynomial &b)
 

Function Documentation

◆ gcd_calculate()

template<typename Polynomial >
Polynomial carl::gcd_detail::gcd_calculate ( const Polynomial &  a,
const Polynomial &  b 
)

Definition at line 29 of file GCD_multivariate.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ select_variable()

template<typename Polynomial >
Variable carl::gcd_detail::select_variable ( const Polynomial &  p1,
const Polynomial &  p2 
)

Definition at line 15 of file GCD_multivariate.h.

Here is the call graph for this function:
Here is the caller graph for this function: