An implementation of various interpolation methods. Work in progress.
- Lagrange interpolation polynomial for 2D points: lagrange.go
API documentation:
- See godoc.org
Some basic examples (run with go test -v
):
- Lagrange: lagrange_test.go
Copyright (C) 2018 by Pawel Foremski, @pforemski.
Licensed under GNU GPL v3.