Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
math::powermod::Powermod_< MultModImpl > Class Template Reference

#include <powermod.h>

List of all members.

Static Public Member Functions

template<typename T >
static T powermod (T base, T power, T modulo)
template<typename T >
static T multmod (T a, T b, T modulo)

template<class MultModImpl>
class math::powermod::Powermod_< MultModImpl >


Member Function Documentation

template<class MultModImpl >
template<typename T >
static T math::powermod::Powermod_< MultModImpl >::multmod ( a,
b,
modulo 
) [inline, static]
template<class MultModImpl >
template<typename T >
static T math::powermod::Powermod_< MultModImpl >::powermod ( base,
power,
modulo 
) [inline, static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines