interpolation library
Classes
Functions
-
lagrange(
double x, List< ({double x, double y})> table) → double - Lagrange interpolation for unequally-spaced data.
-
lagrangePoly(
List< ({double x, double y})> table) → List<double> - Returns interpolating polynomial coefficients using Lagrange's formula.
-
len4Half(
List< double> y) → double - Interpolates a center value from a table of four rows.