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