pub type BasisValues = SmallVec<[f64; 8]>;
Basis values for one span, sized to avoid allocating for typical degrees.
pub struct BasisValues { /* private fields */ }