Package gaiasky.util.math
Class LinearInterpolator
java.lang.Object
gaiasky.util.math.LinearInterpolator
Implements a linear function for interpolation of real univariate functions.
-
Constructor Summary
ConstructorsConstructorDescriptionLinearInterpolator
(double[] x, double[] y) Creates a linear interpolator with the given interpolation points. -
Method Summary