Crates.io | spenso |
lib.rs | spenso |
version | 0.4.1 |
source | src |
created_at | 2024-05-20 10:27:44.338484 |
updated_at | 2024-10-26 11:27:20.617207 |
description | A tensor (n-dim array) network, iterating, and contraction (using automatic abstract index matching) library. |
homepage | |
repository | https://github.com/alphal00p/spenso |
max_upload_size | |
id | 1245577 |
size | 5,104,826 |
Spenso is a rust library for working with arbitrary dimensional arrays, commonly called tensors. It provides both sparse (spensors) and dense (densors) tensors.
It supports any type as element, and provides iterators along specified dimensions (called fibers)