Package | Description |
---|---|
org.apache.commons.math3.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
Class and Description |
---|
BicubicInterpolatingFunction
Function that implements the
bicubic spline interpolation.
|
BicubicSplineInterpolatingFunction
Deprecated.
as of 3.4 replaced by
PiecewiseBicubicSplineInterpolatingFunction |
BicubicSplineInterpolator
Deprecated.
as of 3.4 replaced by
PiecewiseBicubicSplineInterpolator |
BivariateGridInterpolator
Interface representing a bivariate real interpolating function where the
sample points must be specified on a regular grid.
|
InterpolatingMicrosphere
Utility class for the
MicrosphereProjectionInterpolator algorithm. |
InterpolatingMicrosphere2D
Utility class for the
MicrosphereProjectionInterpolator algorithm. |
MultivariateInterpolator
Interface representing a univariate real interpolating function.
|
PiecewiseBicubicSplineInterpolatingFunction
Function that implements the
bicubic spline
interpolation.
|
TricubicInterpolatingFunction
Function that implements the
tricubic spline interpolation, as proposed in
Tricubic interpolation in three dimensions,
F.
|
TricubicSplineInterpolatingFunction
Deprecated.
To be removed in 4.0 (see MATH-1166).
|
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.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.