You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A `RootedTreeIterator(order::Integer)` can be used to iterate efficiently
@@ -41,8 +50,7 @@ over all `RootedTree`s of a given `order`.
41
50
The usual functions on `RootedTree`s are implemented, cf.
42
51
[Butcher (Numerical Methods for ODEs, 2016)](https://doi.org/10.1002/9781119121534).
43
52
-`order(t::RootedTree)`: The order of a `RootedTree`, i.e. the length of it's level sequence.
44
-
-`σ(t::RootedTree)`: The order of a `symmetry`, i.e. the order of the group of automorphisms
45
-
on a particular labelling (of the vertices) of `t`.
53
+
-`σ(t::RootedTree)`:The symmetry `σ` of a rooted tree, i.e. the order of the group of automorphisms on a particular labelling (of the vertices) of `t`.
46
54
-`γ(t::RootedTree)`: The density `γ(t)` of a rooted tree, i.e. the product over all vertices of `t` of the order of the subtree rooted at that vertex.
47
55
-`α(t::RootedTree)`: The number of monotonic labellings of `t` not equivalent under the symmetry group.
48
56
-`β(t::RootedTree)`: The total number of labellings of `t` not equivalent under the symmetry group.
0 commit comments