Expand description
TensorIndex trait for index operations on tensor-like objects.
This trait provides a minimal interface for objects that have external indices
and support index replacement operations. It is a subset of TensorLike that
can be implemented by both dense tensors and tensor networks (like TreeTN).
Traitsยง
- Tensor
Index - Trait for objects that have external indices and support index operations.