Longfellow ZK 0290cb32
|
Public Types | |
using | Field = typename Logic::Field |
using | BitW = typename Logic::BitW |
using | EltW = typename Logic::EltW |
Public Member Functions | |
Polynomial (const Logic &l) | |
void | powers_of_x (size_t n, EltW xi[], const EltW &x) const |
template<size_t N> | |
EltW | eval (const Poly< N, Field > &coef, const EltW &x) const |
template<size_t N> | |
EltW | eval_horner (const Poly< N, Field > &coef, EltW x) const |
Data Fields | |
const Logic & | l_ |