Skip to main content

Module tree_tensor

Module tree_tensor 

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

DefaultPathOps
Default path operations implementation using ‘/’ separator.
HTTConfig
Configuration for the Hyperbolic Tree Tensor.
HyperbolicTreeTensor
Hyperbolic Tree Tensor - core data structure.

Enums§

IntegrationError
Error type for tree tensor integration operations.

Traits§

PathOperations
Path operations for hierarchical data.

Type Aliases§

IntegrationResult
Result type alias for tree-tensor integration operations.
SharedHTT
Thread-safe wrapper for the HyperbolicTreeTensor.