Type Alias ClassicalPoly

Source
pub type ClassicalPoly<C> = Poly<Vec<C>, ClassicalTraits<C>>;
Expand description

Univeriate polynomial representation using classical arithmetic algorithms.

Objects of this type implement many standard numeric operations like +, -, usually on references to the type.

Multi-point evaluation and sparse interpolation routines are also supported.

Aliased Typeยง

pub struct ClassicalPoly<C> { /* private fields */ }