|
carl
25.04
Computer ARithmetic Library
|
#include <carl-arith/numbers/numbers.h>#include "../MultivariatePolynomial.h"#include "DiophantineEquation.tpp"
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 > | |
| T | carl::extended_gcd_integer (T a, T b, T &s, T &t) |
Definition in file DiophantineEquation.h.