Tenncor
Public Member Functions | Public Attributes | List of all members
teq::HeightMatrix Struct Reference

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...
 

Detailed Description

Leaves set and sets of functors ordered by height (by ascending order)

Constructor & Destructor Documentation

◆ HeightMatrix()

teq::HeightMatrix::HeightMatrix ( const TensptrsT roots)
inline

Member Data Documentation

◆ funcs_

std::vector<std::unordered_set<iFunctor*> > teq::HeightMatrix::funcs_

Functors of subgraph ordered by ascending maximum height.

◆ leaves_

std::unordered_set<iLeaf*> teq::HeightMatrix::leaves_

Leaves of specified subroot.


The documentation for this struct was generated from the following file: