Equivalences #
This section contains theorems about equivalences between different tree indexing types and data structures.
Build LeafData
from a function on leaf indices.
Equations
Instances For
Build InternalData
from a function on internal indices.
Equations
Instances For
Build FullData
from a function on all node indices.
Equations
Instances For
LeafData
s are equivalent to functions from SkeletonLeafIndex
to values
Equations
Instances For
InternalData
s are equivalent to functions from SkeletonInternalIndex
to values
Equations
Instances For
FullData
s are equivalent to functions from SkeletonNodeIndex
to values
Equations
Instances For
A LeafData
can be interpreted as a function from SkeletonLeafIndex
to values
Equations
An InternalData
can be interpreted as a function from SkeletonInternalIndex
to values
Equations
A FullData
can be interpreted as a function from SkeletonNodeIndex
to values
Equations
A function taking a SkeletonNodeIndex s
to either a SkeletonInternalIndex s
or a SkeletonLeafIndex s
Equations
Instances For
Equivalence between FullData
and the product of InternalData
and LeafData