Class LinearInterpolator

java.lang.Object
org.apache.commons.math3.analysis.interpolation.LinearInterpolator
All Implemented Interfaces:
UnivariateInterpolator

public class LinearInterpolator extends Object implements UnivariateInterpolator
Implements a linear function for interpolation of real univariate functions.