Package | Description |
---|---|
org.apache.commons.math.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
Modifier and Type | Method and Description |
---|---|
TricubicSplineInterpolatingFunction |
TricubicSplineInterpolator.interpolate(double[] xval,
double[] yval,
double[] zval,
double[][][] fval)
Computes an interpolating function for the data set.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.