pub type Interp2DScalar<A, S> = Interp2DOwned<A, Ix2, S>;
Expand description

two-dimensional interpolant for scalar, owned data