Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
math::factorize::OracleBrent_< Powermod > Class Template Reference

#include <oracle_brent.h>

List of all members.

Static Public Member Functions

template<typename T >
static T findFactor (T number)

Static Private Member Functions

template<typename T >
static T advance (T x, T n, T a)
template<typename T >
static T brent (T number, T start, T a)

template<class Powermod>
class math::factorize::OracleBrent_< Powermod >


Member Function Documentation

template<class Powermod >
template<typename T >
static T math::factorize::OracleBrent_< Powermod >::advance ( x,
n,
a 
) [inline, static, private]
template<class Powermod >
template<typename T >
static T math::factorize::OracleBrent_< Powermod >::brent ( number,
start,
a 
) [inline, static, private]
template<class Powermod >
template<typename T >
static T math::factorize::OracleBrent_< Powermod >::findFactor ( number) [inline, static]

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