use ;
use Interp1D;
/// one-dimensional interpolant for owned data
pub type Interp1DOwned<A, D, S> = ;
/// one-dimensional interpolant for data views and axis views
pub type Interp1DView<A, D, S> = ;
/// one-dimensional interpolant for data views and owned axis
pub type Interp1DDataView<A, D, S> = ;
/// one-dimensional interpolant for scalar, owned data
pub type Interp1DScalar<A, S> = ;
/// one-dimensional interpolant for vectroized, owned data
pub type Interp1DVec<A, S> = ;