See: Description
Class | Description |
---|---|
BiLinearInterpolation |
Simple bi-linear interpolation of data point \( z_{i,j} \) over a Cartesian grid \( (x_{i},y_{j}) \).
|
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 © 2018. All rights reserved.