Metadata-Version: 1.1
Name: jitcsde
Version: 0.20
Summary: Just-in-Time Compilation for Stochastic Differential Equations
Home-page: http://github.com/neurophysik/jitcdde
Author: Gerrit Ansmann
Author-email: gansmann@uni-bonn.de
License: UNKNOWN
Description: JiTCSDE stands for just-in-time compilation for stochastic differential equations (SDEs).
        It makes use of the method described by Rackauckas and Nie.
        JiTCSDE is designed in analogy to `JiTCODE <http://github.com/neurophysik/jitcode>`_:
        It takes an iterable (or generator function) of `SymPy <http://www.sympy.org/>`_ expressions, translates them to C code, compiles them (and an integrator wrapped around them) on the fly, and allows you to operate this integrator from Python.
        If you want to integrate ordinary or delay differential equations, check out
        `JiTCODE <http://github.com/neurophysik/jitcode>`_, or
        `JiTCDDE <http://github.com/neurophysik/jitcdde>`_, respectively.
        
        Note that this is work in progress; features and names may change without warning.
        
        * `Documentation <http://jitcsde.readthedocs.io>`_
        
        * `Issue Tracker <http://github.com/neurophysik/jitcsde/issues>`_
        
        * Download from `PyPI <http://pypi.python.org/pypi/jitcode>`_ or just ``pip install jitcsde``.
        
        This work was supported by the Volkswagen Foundation (Grant No. 88463).
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Mathematics
