Type Alias Interp1DVec

Source
pub type Interp1DVec<A, S> = Interp1DOwned<A, Ix2, S>;
Expand description

one-dimensional interpolant for vectroized, owned data

Aliased Typeยง

pub struct Interp1DVec<A, S> { /* private fields */ }