Metadata-Version: 1.1
Name: tensorcore
Version: 0.2.1
Summary: Multilinear algebra package supporting basic operations on dense and sparse tensors
Home-page: https://gitlab.com/cmick/tensorcore
Author: Michal Ciesielczyk
Author-email: michal.ciesielczyk@put.poznan.pl
License: MIT
Download-URL: https://gitlab.com/cmick/tensorcore/repository/v0.2.1/archive.tar.gz
Description-Content-Type: UNKNOWN
Description: tensorcore
        ==========
        
        tensorcore is a Python package for multilinear algebra supporting basic
        operations on dense and sparse tensors.
        
        Installation
        ------------
        
        To install the defaultlist module run::
        
          pip install tensorcore
        
        Dependencies
        ~~~~~~~~~~~~
        
        tensorcore requires:
        
        - Python (>= 3.4)
        - NumPy (>= 1.10.0)
        - SciPy (>= 0.14.0)
        - scikit-learn (>= 0.16.0)
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
