Class LinearInterpolator

java.lang.Object
org.hipparchus.analysis.interpolation.LinearInterpolator
All Implemented Interfaces:
FieldUnivariateInterpolator, UnivariateInterpolator

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