Metadata-Version: 1.1
Name: pymatrix
Version: 1.0.0
Summary: A lightweight matrix object with support for basic linear algebra operations.
Home-page: https://github.com/dmulholland/pymatrix
Author: Darren Mulholland
Author-email: UNKNOWN
License: Public Domain
Description: 
        Pymatrix
        ========
        
        A lightweight matrix module in pure Python. Supports basic linear algebra 
        operations.
        
        See the module's Github homepage (https://github.com/dmulholland/pymatrix) 
        for further details.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: License :: Public Domain
Classifier: Topic :: Scientific/Engineering :: Mathematics
