Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
src/math/factorize/oracle_brent.h File Reference
#include "utils/preconditions/preconditions.h"
#include <vector>
#include <utility>
#include <limits>
#include <stdexcept>
#include "math/powermod/powermod.h"
#include "math/gcd/gcd.h"
#include "utils/rand/rand.h"
#include "utils/branch_predict/branch_predict.h"
Include dependency graph for oracle_brent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  math::factorize::OracleBrent_< Powermod >

Namespaces

namespace  math
namespace  math::factorize

Typedefs

typedef OracleBrent_
< math::powermod::PowermodExtended
math::factorize::OracleBrent
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines