| Package | Description |
|---|---|
| org.apache.commons.math.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
BicubicSplineInterpolatingFunction |
SmoothingPolynomialBicubicSplineInterpolator.interpolate(double[] xval,
double[] yval,
double[][] fval)
Computes an interpolating function for the data set.
|
BicubicSplineInterpolatingFunction |
BicubicSplineInterpolator.interpolate(double[] xval,
double[] yval,
double[][] fval)
Computes an interpolating function for the data set.
|
Copyright © 2003–2018. All rights reserved.