Module interp2d

Source
Expand description

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

§Interpolator

§Traits

§Strategies

  • Bilinear Linear interpolation strategy

Structs§

Bilinear
Interp2D
Two dimensional interpolator
Interp2DBuilder
Create and configure a Interp2D interpolator.

Traits§

Interp2DStrategy
Interp2DStrategyBuilder

Type Aliases§

Interp2DDataView
two-dimensional interpolant for data views and owned axis
Interp2DOwned
two-dimensional interpolant for owned data
Interp2DScalar
two-dimensional interpolant for scalar, owned data
Interp2DVec
two-dimensional interpolant for vectroized, owned data
Interp2DView
two-dimensional interpolant for data views and axis views