Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
src/math/gcd/gcd.h File Reference
#include <algorithm>
#include <limits>
#include "utils/branch_predict/branch_predict.h"
#include <stdexcept>
Include dependency graph for gcd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  math
namespace  math::gcd

Functions

template<typename T >
math::gcd::gcd (T a, T b)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines