Type Definition sparse_interp::ClassicalPoly [−][src]
type ClassicalPoly<C> = Poly<Vec<C>, ClassicalTraits<C>>;
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.