use ;
use Interp2D;
/// two-dimensional interpolant for owned data
pub type Interp2DOwned<A, D, S> = ;
/// two-dimensional interpolant for data views and axis views
pub type Interp2DView<A, D, S> = ;
/// two-dimensional interpolant for data views and owned axis
pub type Interp2DDataView<A, D, S> = ;
/// two-dimensional interpolant for scalar, owned data
pub type Interp2DScalar<A, S> = ;
/// two-dimensional interpolant for vectroized, owned data
pub type Interp2DVec<A, S> = ;