Expand description
IndexLike trait for abstracting index types.
This trait allows algorithms to be generic over different index types without needing to know about the internal ID representation.
Enums§
- Conj
State - Conjugate state (direction) of an index.
Traits§
- Index
Like - Trait for index-like types that can be used in tensor operations.