public static class RMCurveFit.NevilleFunc extends RMMath.RMFunc
| Modifier and Type | Field and Description |
|---|---|
double[] |
p |
double[] |
xsamples |
double[] |
ysamples |
| Constructor and Description |
|---|
NevilleFunc() |
| Modifier and Type | Method and Description |
|---|---|
double |
f(double x) |
void |
setSamples(double[] x,
double[] y) |
fprime, integrate, solvepublic double[] xsamples
public double[] ysamples
public double[] p
public void setSamples(double[] x,
double[] y)
public double f(double x)
f in class RMMath.RMFunc