Module ndarray_interp::interp2d
source · Expand description
A collection of structs and traits to interpolate data along the first two axis
Interpolator
Interp2DThe interpolator used with any strategyInterp2DBuilderConfigure the interpolator
Traits
Interp2DStrategyThe trait used to specializeInterp2Dwith the correct strategyInterp2DStrategyBuilderThe trait used to specializeInterp2DBuilderto initialize the correct strategy
Strategies
BiliniarLinear interpolation strategy
Structs
- Two dimensional interpolator
- Create and configure a Interp2D interpolator.
Traits
Type Aliases
- two-dimensional interpolant for data views and owned axis
- two-dimensional interpolant for owned data
- two-dimensional interpolant for scalar, owned data
- two-dimensional interpolant for vectroized, owned data
- two-dimensional interpolant for data views and axis views