Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/pppack.jl
https://github.com/jagot/pppack.jl
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jagot/pppack.jl
- Owner: jagot
- License: other
- Created: 2017-06-06T14:50:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T09:45:49.000Z (over 7 years ago)
- Last Synced: 2024-11-15T18:34:56.675Z (2 months ago)
- Language: Julia
- Size: 284 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.md
Awesome Lists containing this project
README
#+TITLE: PPPack.jl
#+AUTHOR: Stefanos Carlström
#+EMAIL: [email protected]Simple Julia wrapper around [[http://www.netlib.org/pppack/][Carl F. de Boor's piecewise polynomials
package]].[[file:examples/xex1-hi.png]]
* Installation instructions
#+BEGIN_SRC julia
Pkg.clone("https://github.com/jagot/PPPack.jl.git")
Pkg.build("PPPack")
#+END_SRC* Usage example
Examples can be found in [[examples/]].