Type Alias Interp1DScalar

Source
pub type Interp1DScalar<A, S> = Interp1DOwned<A, Ix1, S>;
Expand description

one-dimensional interpolant for scalar, owned data

Aliased Typeยง

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