Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
#include <algorithm>
#include <limits>
#include "utils/branch_predict/branch_predict.h"
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | math |
namespace | math::gcd |
Functions | |
template<typename T > | |
T | math::gcd::gcd (T a, T b) |