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