Skip to main content

DerivativeRows

Type Alias DerivativeRows 

Source
pub type DerivativeRows = SmallVec<[BasisValues; 4]>;
Expand description

One row of basis values per derivative order, inline up to the jet orders the kernel asks for.

Aliased Typeยง

pub struct DerivativeRows { /* private fields */ }