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
BilinearLinear interpolation strategy
Structs§
- Bilinear
- Interp2D
- Two dimensional interpolator
- Interp2D
Builder - Create and configure a Interp2D interpolator.
Traits§
Type Aliases§
- Interp2D
Data View - two-dimensional interpolant for data views and owned axis
- Interp2D
Owned - two-dimensional interpolant for owned data
- Interp2D
Scalar - two-dimensional interpolant for scalar, owned data
- Interp2D
Vec - two-dimensional interpolant for vectroized, owned data
- Interp2D
View - two-dimensional interpolant for data views and axis views