|
NTLib - Number Theory Library 0.9
|
Algorithms to solve diophantine equations. More...
Functions | |
| template<Integer T> | |
| constexpr T | ntlib::diophantine_linear_univariate (T a, T b) noexcept |
| Compute integer solutions to linear univariate diophantine equations. | |
| template<Integer T> | |
| constexpr std::tuple< T, T, T > | ntlib::diophantine_linear_bivariate (T a, T b, T c) noexcept |
| Computes integer solutions to linear bivariate diophantine equations. | |
Algorithms to solve diophantine equations.
Files | |
| file | modules/diophantine/diophantine.cpp |
| Primary module interface unit for module diophantine. | |