Метод | Описание | |
---|---|---|
ComputeValue ( double t ) : double |
Interpolates the y value for a given x (t) value.
|
|
NevilleInterpolator ( |
Creates a new instance.
|
public ComputeValue ( double t ) : double | ||
t | double | The x value for computing f(x) = y. |
Результат | double |
public NevilleInterpolator ( |
||
vector | The Nx2 vector with the sample values. | |
Результат | System |