Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
BaseType typedef | math::powermod::MultmodSimple | [private] |
DoubleType typedef | math::powermod::MultmodSimple | [private] |
max_argument(T UNUSED(x)) | math::powermod::MultmodSimple | [inline, static] |
multmod(BaseType a, BaseType b, BaseType modulo) | math::powermod::MultmodSimple | [inline, static] |
STATIC_ASSERT(std::numeric_limits< BaseType >::digits *2<=std::numeric_limits< DoubleType >::digits,"The long long is not enough for temporary ""computations") | math::powermod::MultmodSimple | [private] |