|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BivariateRealGridInterpolator | Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid. |
MultivariateRealInterpolator | Interface representing a univariate real interpolating function. |
UnivariateRealInterpolator | Interface representing a univariate real interpolating function. |
Class Summary | |
---|---|
BicubicSplineFunction | 2D-spline function. |
BicubicSplineInterpolatingFunction | Function that implements the bicubic spline interpolation. |
DividedDifferenceInterpolator | Implements the Divided Difference Algorithm for interpolation of real univariate functions. |
LoessInterpolator | Implements the Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions. |
MicrosphereInterpolatingFunction | Interpolating function that implements the Microsphere Projection. |
MicrosphereInterpolatingFunction.MicrosphereSurfaceElement | Class for storing the accounting data needed to perform the microsphere projection. |
MicrosphereInterpolator | Interpolator that implements the algorithm described in William Dudziak's MS thesis |
NevilleInterpolator | Implements the Neville's Algorithm for interpolation of real univariate functions. |
SmoothingBicubicSplineInterpolator | Generates a bicubic interpolation function. |
SplineInterpolator | Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set. |
Univariate real functions interpolation algorithms.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |