Uses of Class
com.metsci.glimpse.util.math.LinearInterpolator

Packages that use LinearInterpolator
com.metsci.glimpse.util.math Fast, approximate mathematical function implementations. 
 

Uses of LinearInterpolator in com.metsci.glimpse.util.math
 

Methods in com.metsci.glimpse.util.math that return LinearInterpolator
static LinearInterpolator LinearInterpolator.createFromArrays(double[] x, double[] y)
          Arrays should be arranged so that x[k] corresponds to y[k] for all k.
static LinearInterpolator LinearInterpolator.parseLinearInterpolator(java.lang.String function)
          Creates a LinearInterpolator from a String describing the points.
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.