Python wrapper of DACE, the Differential Algebra Computational Toolbox.
DACEyPy is a Python wrapper of DACE, the Differential Algebra Computational Toolbox (https://github.com/dacelib/dace).
Additionally, since DACEyPy 1.1.0, the Adaptive Domain Splitting (ADS) library is included. This is documented in the ADS doc folder.
DACEyPy requires Python >= 3.7, running under:
- Windows (x86, x64, ARM64),
- Linux (x86, x64, ARM64),
- MacOs (x64, ARM64).
To use this library in other architectures, it is necessary to recompile the DACE core (as a dynamic-link library) and set the path in the code, see the lib folder.
DACEyPy can be installed using pip.
The documentation is available here.
The original DACE C++ tutorials have been translated to Python and are available in the Tutorials folder.