Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/splines.jl
Small Julia library for splines expanded in B-splines
https://github.com/jagot/splines.jl
Last synced: 6 days ago
JSON representation
Small Julia library for splines expanded in B-splines
- Host: GitHub
- URL: https://github.com/jagot/splines.jl
- Owner: jagot
- License: gpl-3.0
- Created: 2015-03-15T14:16:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T14:17:34.000Z (almost 10 years ago)
- Last Synced: 2024-11-15T18:34:52.627Z (2 months ago)
- Language: Julia
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Splines
Small Julia library for splines that are expanded in B-splines.
Features:
- Generation of B-splines of arbitrary order given a knot sequence
- Generation of some common knot sequences
- Differentiation of B-splines and generation of matrix for
differentiation of splines.
- Utility to generate Gauß–Legendre points/weights for Gauß quadrature
for splines. Depends on [FastGaussQuadrature](https://github.com/ajt60gaibb/FastGaussQuadrature.jl).The tests implemented so far are purely graphical and need visual
confirmation.[![Build Status](https://travis-ci.org/jagot/Splines.jl.svg?branch=master)](https://travis-ci.org/jagot/Splines.jl)