Method | Description | |
---|---|---|
ComputeValue ( double t ) : double |
Computes a value f(t) at t.
|
|
NewtonInterpolation ( |
Creates a new instance.
|
public ComputeValue ( double t ) : double | ||
t | double | The t value. |
return | double |
public NewtonInterpolation ( |
||
vector | The Nx2 vector with the samples. | |
return | System |