Module tensor_index

Module tensor_index 

Source
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ยง

TensorIndex
Trait for objects that have external indices and support index operations.