Expand description
Index set for managing ordered collections with bidirectional lookup.
IndexSet maintains insertion order while providing O(1) lookup in both
directions: from positional index to value and from value to positional
index. Duplicate insertions are silently ignored.
This is used throughout the TCI infrastructure for managing pivot indices in matrix cross interpolation algorithms.
Structs§
- Index
Set - A bidirectional index set for efficient lookup
Type Aliases§
- Local
Index - A single site-local index.
- Multi
Index - A multi-index: a vector of site-local indices.