Interp1DOwned

Type Alias Interp1DOwned 

Source
pub type Interp1DOwned<A, D, S> = Interp1D<OwnedRepr<A>, OwnedRepr<A>, D, S>;
Expand description

one-dimensional interpolant for owned data

Aliased Typeยง

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