Go to the source code of this file.
Namespaces | |
ApproxMVBB | |
These are some container definitions. | |
ApproxMVBB::MathFunctions | |
Functions | |
template<bool argsPositive = false, typename T > | |
std::enable_if< std::is_integral< T >::value, T >::type | ApproxMVBB::MathFunctions::gcd2 (T a, T b) |
template<bool argsPositive = false, typename T > | |
std::enable_if< std::is_integral< T >::value, T >::type | ApproxMVBB::MathFunctions::gcd3 (T a, T b, T c) |