My Project
|
generate random irreducible univariate polynomials More...
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/FLINT 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
CanonicalForm randomIrredpoly | ( | int | i, |
const Variable & | x | ||
) |
computes a random monic irreducible univariate polynomial in x over Fp of degree i via NTL/FLINT
Definition at line 26 of file cf_irred.cc.