Longfellow ZK 0290cb32
Loading...
Searching...
No Matches
proofs::Poly< N, Field > Class Template Reference
Collaboration diagram for proofs::Poly< N, Field >:

Data Structures

class  dot_interpolation

Public Types

using Elt = typename Field::Elt
using T = Poly

Public Member Functions

Elt & operator[] (size_t i)
const Elt & operator[] (size_t i) const
Tadd (const T &y, const Field &F)
Tsub (const T &y, const Field &F)
Tmul (const T &y, const Field &F)
Tmul_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 Public Member Functions

static T extend (const Poly< 2, Field > &f, const Field &F)
static T powers_of (const Elt &e, const Field &F)

Data Fields

Elt t_ [N]

Static Public Attributes

static const size_t kN = N

The documentation for this class was generated from the following file: