Skip to main content

BasisValues

Type Alias BasisValues 

Source
pub type BasisValues = SmallVec<[f64; 8]>;
Expand description

Basis values for one span, sized to avoid allocating for typical degrees.

Aliased Typeยง

pub struct BasisValues { /* private fields */ }