![]() |
My Project
UNKNOWN_GIT_VERSION
|
Go to the source code of this file.
Functions | |
CanonicalForm | find_irreducible (int deg, CFRandom &gen, const Variable &x) |
generate a random irreducible polynomial in x of degree deg More... | |
CanonicalForm | randomIrredpoly (int i, const Variable &x) |
computes a random monic irreducible univariate polynomial in x over Fp of degree i via NTL More... | |
generate random irreducible univariate polynomials
Definition in file cf_irred.h.
CanonicalForm find_irreducible | ( | int | deg, |
CFRandom & | gen, | ||
const Variable & | x | ||
) |
generate a random irreducible polynomial in x of degree deg
Definition at line 26 of file cf_irred.cc.
CanonicalForm randomIrredpoly | ( | int | i, |
const Variable & | x | ||
) |
computes a random monic irreducible univariate polynomial in x over Fp of degree i via NTL
Definition at line 42 of file cf_irred.cc.