| Interface | Description |
|---|---|
| Interpolation |
Interpolation is a method of constructing new data points within the range of a discrete set of known data points.
|
| OnlineInterpolator |
An online interpolator allows dynamically adding more points for interpolation.
|
| Class | Description |
|---|---|
| LinearInterpolator |
Define a univariate function by linearly interpolating between adjacent points.
|
| NevilleTable |
Neville's algorithm is a polynomial interpolation algorithm.
|
| Exception | Description |
|---|---|
| DuplicatedAbscissae |
This exception is thrown when a function has two same x-abscissae, hence ill-defined.
|