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 */ }
pub type Interp1DVec<A, S> = Interp1DOwned<A, Ix2, S>;
one-dimensional interpolant for vectroized, owned data
pub struct Interp1DVec<A, S> { /* private fields */ }