Expand description
A re-write of GSL's Interpolation
in Rust.
Structs§
- Accelerator
- Index Look-up Acceration
- Cubic
- Cubic Spline.
- Cubic
Periodic - Cubic Periodic Spline.
- Domain
Error - Returned when the supplied value is outside the range of the supplied xdata.
- Linear
- Linear interpolation.
Enums§
- Interpolation
Error - The error type for Interpolator creation and data checking.
Traits§
- Interpolation
- Defines the required methods for every Interpolation method.