Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
#include <factorize_with_oracle.h>
Static Public Member Functions | |
template<typename T > | |
static std::vector< std::pair < T, CountType > > | factorize (T number) |
static std::vector<std::pair<T, CountType> > math::factorize::FactorizeWithOracle_< CountType, Oracle, Primes >::factorize | ( | T | number | ) | [inline, static] |