Interface | Description |
---|---|
BivariateGridInterpolator |
Interface representing a bivariate real interpolating function where the
sample points must be specified on a regular grid.
|
MultivariateInterpolator |
Interface representing a univariate real interpolating function.
|
TrivariateGridInterpolator |
Interface representing a trivariate real interpolating function where the
sample points must be specified on a regular grid.
|
UnivariateInterpolator |
Interface representing a univariate real interpolating function.
|
Class | Description |
---|---|
AbstractLinearIntervalsFunction |
Abstract class for linear interpolation.
|
BicubicSplineInterpolatingFunction |
Function that implements the
bicubic spline interpolation.
|
BicubicSplineInterpolator |
Generates a bicubic interpolating function.
|
BiLinearIntervalsFunction |
Implements the representation of a linear function in dimension 2.
|
BiLinearIntervalsInterpolator |
Class representing a BivariateGridInterpolator for linear interpolation in dimension 2.
|
DividedDifferenceInterpolator |
Implements the
Divided Difference Algorithm for interpolation of real univariate
functions.
|
HermiteInterpolator |
Polynomial interpolator using both sample values and sample derivatives.
|
LinearInterpolator |
Implements a linear function 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.
|
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.
|
SmoothingPolynomialBicubicSplineInterpolator |
Generates a bicubic interpolation function.
|
SplineInterpolator |
Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.
|
TricubicSplineInterpolatingFunction |
Function that implements the
tricubic spline interpolation, as proposed in
Tricubic interpolation in three dimensions |
TricubicSplineInterpolator |
Generates a tricubic interpolating function.
|
TriLinearIntervalsFunction |
Implements the representation of a linear function in dimension 2.
|
TriLinearIntervalsInterpolator |
Class representing a TrivariateGridInterpolator for linear interpolation in dimension 3.
|
UniLinearIntervalsFunction |
Implements the representation of a linear function in dimension 1.
|
UniLinearIntervalsInterpolator |
Class representing a univariate function for linear interpolation in dimension 1.
|
UnivariatePeriodicInterpolator |
Adapter for classes implementing the
UnivariateInterpolator interface. |
Copyright © 2023 CNES. All rights reserved.