Crate rsl_interpolation

Source
Expand description

A re-write of GSL's Interpolation in Rust.

Structs§

Accelerator
Index Look-up Acceration
Cubic
Cubic Spline.
CubicPeriodic
Cubic Periodic Spline.
DomainError
Returned when the supplied value is outside the range of the supplied xdata.
Linear
Linear interpolation.

Enums§

InterpolationError
The error type for Interpolator creation and data checking.

Traits§

Interpolation
Defines the required methods for every Interpolation method.