pub type Interp1DDataView<A, D, S> = Interp1D<ViewRepr<A>, OwnedRepr<A>, D, S>;
one-dimensional interpolant for data views and owned axis
pub struct Interp1DDataView<A, D, S> { /* private fields */ }