Type Alias Interp1DDataView

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

one-dimensional interpolant for data views and owned axis

Aliased Typeยง

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