public static class RMCurveFit.NevilleFunc
extends com.reportmill.base.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) |