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

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

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

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



Copyright © 2017 CNES. All Rights Reserved.