Uses of Class
org.apache.commons.math3.analysis.interpolation.BiLinearIntervalsFunction

Packages that use BiLinearIntervalsFunction
org.apache.commons.math3.analysis.interpolation Univariate real functions interpolation algorithms. 
 

Uses of BiLinearIntervalsFunction in org.apache.commons.math3.analysis.interpolation
 

Methods in org.apache.commons.math3.analysis.interpolation that return BiLinearIntervalsFunction
 BiLinearIntervalsFunction BiLinearIntervalsInterpolator.interpolate(double[] xval, double[] yval, double[][] fval)
          Compute an interpolating function for the dataset.
 



Copyright © 2017 CNES. All Rights Reserved.