Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 424 Bytes

File metadata and controls

21 lines (14 loc) · 424 Bytes

SparseDiffPy

Python bindings for SparseDiffEngine, a C library for computing sparse Jacobians and Hessians.

Installation

git clone --recurse-submodules https://github.com/SparseDifferentiation/SparseDiffPy.git
cd SparseDiffPy
pip install -e .

Usage

from sparsediffpy import _sparsediffengine

License

Apache License 2.0