Metadata-Version: 2.1
Name: slacg
Version: 0.0.7
Summary: Sparse Linear Algebra Code Generation
Author-email: Joao Sousa-Pinto <joaospinto@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/joaospinto/slacg
Project-URL: Issues, https://github.com/joaospinto/slacg/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy

# slacg
SLACG is a library for Sparse Linear Algebra Code Generation.
The user is expected to provide some numpy matrices representing desired sparsity patterns,
and SLACG generates C++ code implementing useful operations for matrices with matching sparsity.
