carl  24.04
Computer ARithmetic Library
DiophantineEquation.h File Reference
Include dependency graph for DiophantineEquation.h:

Go to the source code of this file.

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

template<typename T >
std::vector< T > carl::solveDiophantine (MultivariatePolynomial< T > &p)
 Diophantine Equations solver. More...
 
template<typename T >
carl::extended_gcd_integer (T a, T b, T &s, T &t)
 

Detailed Description