Metadata-Version: 2.1
Name: linearity
Version: 0.0.1
Summary: Linear algebra with minimal overhead
Home-page: https://github.com/kerighan/linearity
Author: Maixent Chenebaux
Author-email: max.chbx@gmail.com
License: UNKNOWN
Description: # Linear algebra with minimal overhead
        
        Standalone library to avoid the 10ms of Numpy overhead, for simple algebra computations.
        Includes :
        - vector management
        - hyperplan management
        
        ## Authors
        
        Maixent Chenebaux
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
