Type Alias Interp2DScalar

Source
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 */ }