Module ndarray_interp::interp1d
source · Expand description
A collection of structs and traits to interpolate data along the first axis
Interpolator
Interp1DThe interpolator used with any strategyInterp1DBuilderConfigure the interpolator
Traits
Interp1DStrategyThe trait used to specializeInterp1Dwith the correct strategyInterp1DStrategyBuilderThe trait used to specializeInterp1DBuilderto initialize the correct strategy
Strategies
LinearLinear interpolation strategyCubicSplineCubic 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