Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
Classes | |
class | ExtendedGCD |
class | ExtendedGCDLoop |
Functions | |
template<typename T > | |
T | gcd (T a, T b) |
T math::gcd::gcd | ( | T | a, |
T | b | ||
) |