Expand description
Module for all interpolation types.
Modules§
- data
- Interpolator data-containing types for fixed dimensionalities.
- enums
- This module provides an
InterpolatorEnumthat allow mutable interpolator swapping.
Structs§
- Interp0D
- 0-D interpolator
- Interp1D
- 1-D interpolator
- Interp2D
- 2-D interpolator
- Interp3D
- 3-D interpolator
- InterpND
- N-D interpolator
Enums§
- Extrapolate
- Extrapolation strategy
Traits§
- Interpolator
- An interpolator of data type
T
Type Aliases§
- Interp1D
Owned Interp1Dthat owns data.- Interp1D
Viewed Interp1Dthat views data.- Interp2D
Owned Interp2Dthat owns data.- Interp2D
Viewed Interp2Dthat views data.- Interp3D
Owned Interp3Dthat owns data.- Interp3D
Viewed Interp3Dthat views data.- InterpND
Owned InterpNDthat owns data.- InterpND
Viewed InterpNDthat views data.