Multilinear algebra package supporting basic operations on dense and sparse tensors
Project description
tensorcore
tensorcore is a Python package for multilinear algebra supporting basic operations on dense and sparse tensors.
Installation
Using PyPI:
pip install tensorcore
Latest from the source:
git clone https://gitlab.com/cmick/tensorcore.git cd tensorcore python setup.py install
Dependencies
tensorcore requires:
Python (>= 3.4)
NumPy (>= 1.10.0)
SciPy (>= 0.14.0)
scikit-learn (>= 0.16.0)
Usage
Optimization
To optimize the generated bytecode slightly run the library using python -o or -oo flags. As a result, the assert statements will be omitted (mainly parameter value and type checking).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tensorcore-0.2.3.tar.gz
(22.2 kB
view details)
File details
Details for the file tensorcore-0.2.3.tar.gz
.
File metadata
- Download URL: tensorcore-0.2.3.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9e1d29f6fab45c2dc2605b426624fab35591798d2b4aaae8fbf9b215724223ce
|
|
MD5 |
d4e7e8b1aedb47418b257fb01efa165b
|
|
BLAKE2b-256 |
04d71a8c09f5d8c3cf53ea971ce31d52bdfc0dacde6e484c69ef7199211b6e21
|