Module interp1d

Source
Expand description

A collection of structs and traits to interpolate data along the first axis

§Interpolator

§Traits

§Strategies

Modules§

cubic_spline
The Cubic Spline interpolation stategy

Structs§

Interp1D
One dimensional interpolator
Interp1DBuilder
Create and configure a Interp1D Interpolator.
Linear
Linear Interpolation Strategy

Traits§

Interp1DStrategy
Interp1DStrategyBuilder

Type Aliases§

Interp1DDataView
one-dimensional interpolant for data views and owned axis
Interp1DOwned
one-dimensional interpolant for owned data
Interp1DScalar
one-dimensional interpolant for scalar, owned data
Interp1DVec
one-dimensional interpolant for vectroized, owned data
Interp1DView
one-dimensional interpolant for data views and axis views