Skip to content
#

barycentric-interpolation

Here are 8 public repositories matching this topic...

Language: All
Filter by language

Fast 2D interpolation engine: 20-40x faster than Delaunay, 99.5% success rate, handles 10M+ points. Proximity-first philosophy for practical performance.

  • Updated Mar 16, 2026
  • Python

Implementation of polynomial interpolation using the Barycentric Lagrange formula with Chebyshev points. The program computes polynomial interpolants for three different functions on specified intervals, and determines the polynomial degree necessary to ensure that the error does not exceed 1e-6

  • Updated Aug 17, 2023
  • Julia

Improve this page

Add a description, image, and links to the barycentric-interpolation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the barycentric-interpolation topic, visit your repo's landing page and select "manage topics."

Learn more