https://github.com/mathialo/splinelib
Python library for representation and computation of splines
https://github.com/mathialo/splinelib
data-science geometric-modeling python spline-approximation splines
Last synced: 3 days ago
JSON representation
Python library for representation and computation of splines
- Host: GitHub
- URL: https://github.com/mathialo/splinelib
- Owner: mathialo
- Created: 2018-02-28T08:17:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T19:16:25.000Z (about 7 years ago)
- Last Synced: 2025-03-09T05:53:17.003Z (over 1 year ago)
- Topics: data-science, geometric-modeling, python, spline-approximation, splines
- Language: HTML
- Homepage:
- Size: 5.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# splinelib
Library for representation and computation of splines. Largely based on the course [MAT4170](http://www.uio.no/studier/emner/matnat/math/MAT4170/index-eng.html) at UiO, and many of the algorithms will be taken from [Spline Methods](http://www.uio.no/studier/emner/matnat/math/MAT4170/v18/pensumliste/splinebook-2018.pdf) by Tom Lyche and Knut Mørken.
For details on how to use `splinelib`, please consult the [documentation](https://mathialo.github.io/splinelib/index.html)