LagrangePolynomialApproximation

An InterpolationAlgorithm for performing Lagrange interpolation.

See also

Functions

Link copied to clipboard

Given the desired degree, returns the number of data points required for interpolation.

Link copied to clipboard
fun interpolateOrderZero(x: Double, xTable: ReadonlyArray<Double>, yTable: ReadonlyArray<Double>, yStride: Double, result: ReadonlyArray<Double>? = definedExternally): ReadonlyArray<Double>

Interpolates values using Lagrange Polynomial Approximation.