https://github.com/xuhdev/frcuba
A friendly interface of the Cuba integration library
https://github.com/xuhdev/frcuba
Last synced: 30 days ago
JSON representation
A friendly interface of the Cuba integration library
- Host: GitHub
- URL: https://github.com/xuhdev/frcuba
- Owner: xuhdev
- Created: 2014-03-02T06:41:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T07:25:29.000Z (about 12 years ago)
- Last Synced: 2025-12-05T00:21:29.300Z (7 months ago)
- Language: C
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FrCuba
A more friendly interface of the [Cuba integration library][1]. An example is
in test.c. After you have read the manual of Cuba, the usage is pretty
straightforward as shown in test.c.
The code amount is fairly small, thus, to use this interface is to copy the
source files into your project. To download the source files, you can either
use git:
git clone https://github.com/xuhdev/frcuba.git
Or follow [this link][2] to download the tarball:
curl -L https://github.com/xuhdev/frcuba/archive/master.tar.gz >frcuba.tar.gz
[1]: http://www.feynarts.de/cuba/
[2]: https://github.com/xuhdev/frcuba/archive/master.tar.gz