Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Define and collect information about ODEs and ODE solvers from various libraries.
Synopsis
SciPy Library (Python)
scipyODEPckg :: ODELibPckg Source #
SciPy ODE library package.
scipyODESymbols :: [QuantityDict] Source #
Collects variables needed for SciPy's ODEs as QuantityDict
s.
Oslo Library (C#)
osloPckg :: ODELibPckg Source #
Oslo ODE library package.
osloSymbols :: [QuantityDict] Source #
Collects variables needed for Oslo's ODEs as QuantityDict
s.
arrayVecDepVar :: ODEInfo -> CodeVarChunk Source #
Oslo's Vector type behaves like an array, so needs to be represented as one or else will hit type errors in GOOL.
Apache Commons (Java)
apacheODEPckg :: ODELibPckg Source #
Apache Commons ODE library package.
apacheODESymbols :: [QuantityDict] Source #
Collects variables needed for Apache's ODEs as QuantityDict
s.
Odeint (C++)
odeintPckg :: ODELibPckg Source #
odeint ODE library package.
odeintSymbols :: [QuantityDict] Source #
Collects variables needed for odeint's ODEs as QuantityDict
s.