Expand description
A collection of structs and traits to interpolate data along the first axis
§Interpolator
Interp1D
The interpolator used with any strategyInterp1DBuilder
Configure the interpolator
§Traits
Interp1DStrategy
The trait used to specializeInterp1D
with the correct strategyInterp1DStrategyBuilder
The trait used to specializeInterp1DBuilder
to initialize the correct strategy
§Strategies
Linear
Linear interpolation strategycubic_spline
Cubic spline interpolation strategy
Modules§
- cubic_
spline - The Cubic Spline interpolation stategy
Structs§
- Interp1D
- One dimensional interpolator
- Interp1D
Builder - Create and configure a Interp1D Interpolator.
- Linear
- Linear Interpolation Strategy
Traits§
Type Aliases§
- Interp1D
Data View - one-dimensional interpolant for data views and owned axis
- Interp1D
Owned - one-dimensional interpolant for owned data
- Interp1D
Scalar - one-dimensional interpolant for scalar, owned data
- Interp1D
Vec - one-dimensional interpolant for vectroized, owned data
- Interp1D
View - one-dimensional interpolant for data views and axis views