Expand description
tree_tensor.rs - Hyperbolic Tree Tensor Core Implementation
Efficient hierarchical data representation: path lookups are hash-map
access, spatial queries go through the cell index (see per-method docs on
Store for costs).
Structs§
- Default
Path Ops - Default path operations implementation using ‘/’ separator.
- HTTConfig
- Configuration for the Hyperbolic Tree Tensor.
- Hyperbolic
Tree Tensor - Hyperbolic Tree Tensor - core data structure.
Enums§
- Integration
Error - Error type for tree tensor integration operations.
Traits§
- Path
Operations - Path operations for hierarchical data.
Type Aliases§
- Integration
Result - Result type alias for tree-tensor integration operations.
- SharedHTT
- Thread-safe wrapper for the HyperbolicTreeTensor.