Namespaces

Types

Type LinearSplineInterpolation

Namespace MathNet.Numerics.Interpolation.Algorithms

Interfaces IInterpolation

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

Methods

Public static methods

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

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