spenso 0.5.4

A tensor (n-dim array) network, iterating, and contraction (using automatic abstract index matching) library.
Documentation
---
source: spenso/src/tests.rs
expression: dense_dense.structure()
---
VecStructure(
  structure: [
    Slot(
      aind: Normal(3),
      rep: Representation(
        dim: Concrete(4),
        rep: Dualizable(-1),
      ),
    ),
    Slot(
      aind: Normal(4),
      rep: Representation(
        dim: Concrete(5),
        rep: Dualizable(1),
      ),
    ),
    Slot(
      aind: Normal(2),
      rep: Representation(
        dim: Concrete(4),
        rep: Dualizable(1),
      ),
    ),
  ],
)