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