Type Alias Interp2DDataView

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

two-dimensional interpolant for data views and owned axis

Aliased Typeยง

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