Class RMCurveFit.NevilleFunc
- java.lang.Object
 - 
- com.inductiveautomation.rm.base.RMMath.RMFunc
 - 
- com.inductiveautomation.rm.graphics.RMCurveFit.NevilleFunc
 
 
 
- 
- Enclosing class:
 - RMCurveFit
 
public static class RMCurveFit.NevilleFunc extends RMMath.RMFunc
A function whose value is determined by interpolating through a set of sample points using Neville's Method. 
- 
- 
Constructor Summary
Constructors Constructor Description NevilleFunc() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublef(double x)voidsetSamples(double[] x, double[] y)- 
Methods inherited from class com.inductiveautomation.rm.base.RMMath.RMFunc
fprime, integrate, solve 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setSamples
public void setSamples(double[] x, double[] y) 
- 
f
public double f(double x)
- Specified by:
 fin classRMMath.RMFunc
 
 - 
 
 -