See: Description
| Class | Description |
|---|---|
| RationalFunctionInterpolation |
This class provides methodologies to interpolate given sample points by
rational functions, that is, given interpolation points (xi,yi)
the class provides a continuous function y = f(x) where
f(xi) = yi and
for xi < x < xi+1 the function is a fraction of two polynomes
f(x) = (sum aj xj) / (sum bk xk).
|
| Enum | Description |
|---|---|
| RationalFunctionInterpolation.ExtrapolationMethod | |
| RationalFunctionInterpolation.InterpolationMethod |
Copyright © 2019. All rights reserved.