Method | Description | |
---|---|---|
ComputeValue ( double x ) : double |
Computes a specific interpolated value f(x).
|
|
SplineInterpolation ( |
Creates a new instance.
|
public ComputeValue ( double x ) : double | ||
x | double | The value where to interpolate. |
return | double |
public SplineInterpolation ( |
||
samples | The Nx2 matrix containing the sample data. | |
return | System |