gcd.hh File Reference
Detailed Description
This file provides template constructs for calculation the greatest common divisor.
#include "helpertemplates.hh"
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
struct | Dune::GcdHelper< a, b, bo > |
Helper for calculating the gcd. More... | |
struct | Dune::Gcd< a, b > |
Calculator of the greatest common divisor. More... |