|
Elt & | operator[] (size_t i) |
const Elt & | operator[] (size_t i) const |
T & | add (const T &y, const Field &F) |
T & | sub (const T &y, const Field &F) |
T & | mul (const T &y, const Field &F) |
T & | mul_scalar (const Elt &y, const Field &F) |
void | newton_of_lagrange (const Field &F) |
Elt | eval_newton (const Elt &x, const Field &F) const |
Elt | eval_lagrange (const Elt &x, const Field &F) const |
Elt | eval_monomial (const Elt &x, const Field &F) const |
|
static T | extend (const Poly< 2, Field > &f, const Field &F) |
static T | powers_of (const Elt &e, const Field &F) |
|
static const size_t | kN = N |
The documentation for this class was generated from the following file: