Type Alias Interp1DView

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

one-dimensional interpolant for data views and axis views

Aliased Typeยง

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