Metadata-Version: 2.4
Name: slacg
Version: 0.0.13
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
Dynamic: license-file

# slacg
[![pip](https://github.com/joaospinto/slacg/actions/workflows/pip.yml/badge.svg)](https://github.com/joaospinto/slacg/actions/workflows/pip.yml)
[![wheels](https://github.com/joaospinto/slacg/actions/workflows/wheels.yml/badge.svg)](https://github.com/joaospinto/slacg/actions/workflows/wheels.yml)

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