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

two-dimensional interpolant for owned data