Expand description
Interpolation routines.
Re-exports§
pub use linear_interpolator::*;
pub use exponential_interpolator::*;
Modules§
- exponential_
interpolator - Module containing functionality for interpolation.
- linear_
interpolator - Module containing functionality for interpolation.
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.