public class PolynomialNevilleFixed_F32
extends java.lang.Object
PolynomialNeville_F32 but it assumes that the points are
sampled at integer values only.| Constructor and Description |
|---|
PolynomialNevilleFixed_F32(int maxDegree) |
PolynomialNevilleFixed_F32(int maxDegree,
float[] y,
int size) |
| Modifier and Type | Method and Description |
|---|---|
float |
process(float sample,
int i0,
int i1) |
void |
setInput(float[] y,
int size) |