NTLib - Number Theory Library 0.9
Loading...
Searching...
No Matches
diophantine Module Reference

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.

Detailed Description

Algorithms to solve diophantine equations.

Files

file  modules/diophantine/diophantine.cpp
 Primary module interface unit for module diophantine.