Type Alias Interp2DVec

Source
pub type Interp2DVec<A, S> = Interp2DOwned<A, Ix3, S>;
Expand description

two-dimensional interpolant for vectroized, owned data

Aliased Typeยง

pub struct Interp2DVec<A, S> { /* private fields */ }