Block Graph Tools¤
isax.Node
¤
Graph node with auto-incrementing ID for unique identification.
isax.EqxGraph
¤
Stores node-to-index mappings for efficient array operations.
The dictionaries restrict batching over different graph topologies.
isax.BlockGraph
¤
General block graph structure for efficient block-wise operations.
A graph G = (V, E) where vertices are organized into blocks for parallelized computation.