Evals

Type Alias Evals 

Source
type Evals<F> = Evaluations<F, Radix2EvaluationDomain<F>>;

Aliased Type§

struct Evals<F> {
    pub evals: Vec<F>,
}

Fields§

§evals: Vec<F>

The evaluations of a polynomial over the domain D