type Evals<F> = Evaluations<F, Radix2EvaluationDomain<F>>;
struct Evals<F> { pub evals: Vec<F>, }
evals: Vec<F>
The evaluations of a polynomial over the domain D
D