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