Type Alias ndarray_interp::interp2d::Interp2DScalar
source · pub type Interp2DScalar<A, S> = Interp2DOwned<A, Ix2, S>;Expand description
two-dimensional interpolant for scalar, owned data
pub type Interp2DScalar<A, S> = Interp2DOwned<A, Ix2, S>;two-dimensional interpolant for scalar, owned data