Functions | |
| template<bool argsPositive = false, typename T > | |
| std::enable_if< std::is_integral< T >::value, T >::type | gcd2 (T a, T b) |
| template<bool argsPositive = false, typename T > | |
| std::enable_if< std::is_integral< T >::value, T >::type | gcd3 (T a, T b, T c) |
| std::enable_if<std::is_integral<T>::value,T >::type ApproxMVBB::MathFunctions::gcd2 | ( | T | a, |
| T | b | ||
| ) |
Greates common divisor
Definition at line 19 of file GreatestCommonDivisor.hpp.
| std::enable_if<std::is_integral<T>::value,T>::type ApproxMVBB::MathFunctions::gcd3 | ( | T | a, |
| T | b, | ||
| T | c | ||
| ) |
Greates common divisor
Definition at line 43 of file GreatestCommonDivisor.hpp.