Module ndarray_interp::interp1d
source · 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 strategyCubicSpline
Cubic spline interpolation strategy
Structs
- The CubicSpline 1d interpolation Strategy
- One dimensional interpolator
- Create and configure a Interp1D Interpolator.
- Linear Interpolation Strategy
Traits
Type Aliases
- one-dimensional interpolant for data views and owned axis
- one-dimensional interpolant for owned data
- one-dimensional interpolant for scalar, owned data
- one-dimensional interpolant for vectroized, owned data
- one-dimensional interpolant for data views and axis views