pub type Interp2DScalar<A, S> = Interp2DOwned<A, Ix2, S>;Expand description
two-dimensional interpolant for scalar, owned data
Aliased Typeยง
pub struct Interp2DScalar<A, S> { /* private fields */ }pub type Interp2DScalar<A, S> = Interp2DOwned<A, Ix2, S>;two-dimensional interpolant for scalar, owned data
pub struct Interp2DScalar<A, S> { /* private fields */ }