Type Alias Interp2DView

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

two-dimensional interpolant for data views and axis views

Aliased Typeยง

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