Tenncor
|
Leaves set and sets of functors ordered by height (by ascending order) More...
#include <traveler.hpp>
Public Member Functions | |
HeightMatrix (const TensptrsT &roots) | |
Public Attributes | |
std::unordered_set< iLeaf * > | leaves_ |
Leaves of specified subroot. More... | |
std::vector< std::unordered_set< iFunctor * > > | funcs_ |
Functors of subgraph ordered by ascending maximum height. More... | |
Leaves set and sets of functors ordered by height (by ascending order)
|
inline |
std::vector<std::unordered_set<iFunctor*> > teq::HeightMatrix::funcs_ |
Functors of subgraph ordered by ascending maximum height.
std::unordered_set<iLeaf*> teq::HeightMatrix::leaves_ |
Leaves of specified subroot.