| Class | Description |
|---|---|
| Interpolate1D_F32 |
Provides much of the basic house keeping needed for interpolating 1D data.
|
| LagrangeFormula |
Langrange's formula is a straight forward way to perform polynomial interpolation.
|
| PolynomialNeville_F32 |
Neville's algorithm for polynomial interpolation and extrapolation.
|
| PolynomialNevilleFixed_F32 |
Same as
PolynomialNeville_F32 but it assumes that the points are
sampled at integer values only. |
Copyright © 2013. All Rights Reserved.