Expand description
A collection of structs and traits to interpolate data along the first two axis
§Interpolator
Interp2D
The interpolator used with any strategyInterp2DBuilder
Configure the interpolator
§Traits
Interp2DStrategy
The trait used to specializeInterp2D
with the correct strategyInterp2DStrategyBuilder
The trait used to specializeInterp2DBuilder
to initialize the correct strategy
§Strategies
Bilinear
Linear 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