Module index_like

Module index_like 

Source
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§

ConjState
Conjugate state (direction) of an index.

Traits§

IndexLike
Trait for index-like types that can be used in tensor operations.