Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
src/math/modular_inverse/modular_inverse_precomputed.h File Reference
#include <vector>
#include <stack>
#include <utils/preconditions/preconditions.h>
#include <utils/assert/integer_overflow.h>
#include <math/powermod/powermod.h>
#include <math/primes/primes_basic.h>
Include dependency graph for modular_inverse_precomputed.h:

Go to the source code of this file.

Classes

class  math::modular_inverse::ModularInversePrecomputed_< PowerModImpl >

Namespaces

namespace  math
namespace  math::modular_inverse

Typedefs

typedef
ModularInversePrecomputed_
< math::powermod::PowermodSimple
math::modular_inverse::ModularInversePrecomputed
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines