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