Package | Description |
---|---|
org.apache.commons.math.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
BicubicSplineInterpolator
Generates a bicubic interpolating function.
|
class |
SmoothingBicubicSplineInterpolator
Deprecated.
This class does not perform smoothing; the name is thus misleading.
Please use
BicubicSplineInterpolator
instead. If smoothing is desired, a tentative implementation is provided in class
SmoothingPolynomialBicubicSplineInterpolator .
This class will be removed in math 3.0. |
class |
SmoothingPolynomialBicubicSplineInterpolator
Generates a bicubic interpolation function.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.