Namespaces

Types

Type AkimaSplineInterpolation

Namespace MathNet.Numerics.Interpolation.Algorithms

Interfaces IInterpolation

Akima Spline Interpolation Algorithm.
This algorithm supports both differentiation and integration.

Methods

Public static methods

Double[] EvaluateSplineDerivatives(IList<double> samplePoints, IList<double> sampleValues)

Evaluate the spline derivatives as used internally by this interpolation algorithm.
Parameters
return Double[] Spline Derivative Vector
IList<double> samplePoints Sample Points t, sorted ascending.
IList<double> sampleValues Sample Values x(t)