Package | Description |
---|---|
org.apache.commons.math3.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
BicubicInterpolator
Generates a
bicubic interpolating
function . |
class |
BicubicSplineInterpolator
Deprecated.
as of 3.4 replaced by
PiecewiseBicubicSplineInterpolator |
class |
PiecewiseBicubicSplineInterpolator
Generates a piecewise-bicubic interpolating function.
|
class |
SmoothingPolynomialBicubicSplineInterpolator
Deprecated.
To be removed in 4.0 (see MATH-1166).
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.