Package | Description |
---|---|
org.apache.commons.math3.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
Modifier and Type | Method and Description |
---|---|
BicubicSplineInterpolatingFunction |
SmoothingPolynomialBicubicSplineInterpolator.interpolate(double[] xval,
double[] yval,
double[][] fval)
Deprecated.
Compute an interpolating function for the dataset.
|
BicubicSplineInterpolatingFunction |
BicubicSplineInterpolator.interpolate(double[] xval,
double[] yval,
double[][] fval)
Deprecated.
Compute an interpolating function for the dataset.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.