Type Alias Interp2DOwned

Source
pub type Interp2DOwned<A, D, S> = Interp2D<OwnedRepr<A>, OwnedRepr<A>, OwnedRepr<A>, D, S>;
Expand description

two-dimensional interpolant for owned data

Aliased Typeยง

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