spenso

Crates.iospenso
lib.rsspenso
version0.4.1
sourcesrc
created_at2024-05-20 10:27:44.338484
updated_at2024-10-26 11:27:20.617207
descriptionA tensor (n-dim array) network, iterating, and contraction (using automatic abstract index matching) library.
homepage
repositoryhttps://github.com/alphal00p/spenso
max_upload_size
id1245577
size5,104,826
Lucien Huber (lcnbr)

documentation

https://docs.rs/spenso/latest/spenso/

README

logo

Documentation crates.io Build Status codecov

Spenso

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)

Commit count: 236

cargo fmt