Expand description
Interpolation routines.
Modules§
- exponential_
interpolator - Module containing functionality for interpolation.
- linear_
interpolator - Module containing functionality for interpolation.
Structs§
- Exponential
Interpolator - Exponential Interpolator.
- Linear
Interpolator - Linear Interpolator.
Traits§
- Interpolation
Index - Trait describing requirements to be an index of interpolation.
- Interpolation
Value - Trait describing requirements to be interpolated.
- Interpolator
- Interpolator trait. This trait is implemented by all interpolation models.