Metadata-Version: 2.1
Name: linac
Version: 0.0.0
Summary: Linear Algebra with CUDA
Home-page: UNKNOWN
Author: Giuseppe De Laurentis
Author-email: g.dl@hotmail.it
License: GNU General Public License v3.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy (<2.0)
Requires-Dist: pyadic
Requires-Dist: syngular
Provides-Extra: cuda
Requires-Dist: pycuda ; extra == 'cuda'
Provides-Extra: dev
Requires-Dist: diskcache ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: mpmath ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Provides-Extra: full
Requires-Dist: diskcache ; extra == 'full'
Requires-Dist: flake8 ; extra == 'full'
Requires-Dist: mpmath ; extra == 'full'
Requires-Dist: pycuda ; extra == 'full'
Requires-Dist: pytest ; extra == 'full'
Requires-Dist: pytest-cov ; extra == 'full'

# Linear Algebra with CUDA

Coming soon

