GitXplorerGitXplorer
n

CYSOLVE

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c76b5a771981149c17e5f6aa8a284073ad4d0fae

made cysolve proper package

committed 11 years ago
Unverified
5a6a77f3738910d0f3b7ff05ab8b3f2f8b017dcb

reorganized some things

committed 11 years ago
Unverified
87b929a07280c02f0629b0369c40b0c277d8f248

unverified changes?

committed 11 years ago
Unverified
298f019fb0e0d0923a1fd5737d31b63639a97241

added SDE capabilities, about to change structure though

committed 11 years ago
Unverified
0f07d7a24d877d4a43c0cdd7fd1f940d7468de99

before slight rewrite

committed 11 years ago
Unverified
989ef02593652aba35fddd921b475b350318106f

tested the cysolve.ODEs class, still some random crashes, but so far so good

committed 11 years ago

README

The README file for this repository.

CYSOLVE

Python/Cython code to use the GSL ode integration routines efficiently. So far, all code was written inside the main CYSOLVE.ipynb ipython notebook file. You can see this notebook (which also includes some usage examples) here.

To use this package, you will need Cython (tested with version >= 18) as well as CythonGSL and the actual GSL.

To compile on OSX, you may need to set your compiler to be gcc in order to be able to use openmp:

export CC=gcc
python setup.py build_ext --inplace