Click or drag to resize

BarycentricInterpolatePolynomialEquidistant Method

Overload List
 NameDescription
Public methodStatic memberInterpolatePolynomialEquidistant(IEnumerableDouble, IEnumerableDouble) Create a barycentric polynomial interpolation from an unsorted set of (x,y) value pairs with equidistant x.
Public methodStatic memberInterpolatePolynomialEquidistant(Double, Double, IEnumerableDouble) Create a barycentric polynomial interpolation from a set of values related to linearly/equidistant spaced points within an interval.
Top
See Also