return Double[] |
Spline Coefficient Vector |
IList<double> samplePoints |
Sample Points t, sorted ascending. |
IList<double> sampleValues |
Sample Values x(t) |
Type LinearSplineInterpolation
Namespace MathNet.Numerics.Interpolation.Algorithms
Interfaces IInterpolation
This algorithm supports both differentiation and integration.
return Double[] |
Spline Coefficient Vector |
IList<double> samplePoints |
Sample Points t, sorted ascending. |
IList<double> sampleValues |
Sample Values x(t) |