Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
math::factorize::FactorizeWithOracle_< CountType, Oracle, Primes > Class Template Reference

#include <factorize_with_oracle.h>

List of all members.

Static Public Member Functions

template<typename T >
static std::vector< std::pair
< T, CountType > > 
factorize (T number)

template<typename CountType, class Oracle, class Primes = math::primes::PrimesFast>
class math::factorize::FactorizeWithOracle_< CountType, Oracle, Primes >


Member Function Documentation

template<typename CountType , class Oracle , class Primes = math::primes::PrimesFast>
template<typename T >
static std::vector<std::pair<T, CountType> > math::factorize::FactorizeWithOracle_< CountType, Oracle, Primes >::factorize ( number) [inline, static]

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