| Package | Description |
|---|---|
| org.apache.commons.math3.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
| Class and Description |
|---|
| BicubicSplineInterpolatingFunction
Function that implements the
bicubic spline interpolation.
|
| BicubicSplineInterpolator
Generates a bicubic interpolating function.
|
| 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.
|
| TricubicSplineInterpolatingFunction
Function that implements the
tricubic spline interpolation, as proposed in
Tricubic interpolation in three dimensions |
| 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–2014 The Apache Software Foundation. All rights reserved.