|
HLIBpro
1.2
|
Recursively build block cluster tree with supplied admissibility condition.
#include <TBCBuilder.hh>
Public Member Functions | |
| TBCBuilder (const uint min_lvl=0, const bool same_level=true) | |
| construct block cluster tree builder | |
| virtual | ~TBCBuilder () |
| dtor | |
| virtual TBlockClusterTree * | build (const TClusterTree *rowct, const TClusterTree *colct, const TAdmCondition *ac) const |
Protected Member Functions | |
| virtual TBlockCluster * | rec_build (TBlockCluster *parent, TCluster *rowcl, TCluster *colcl, const TAdmCondition *ac, const uint level) const |
| recusivly build a block cluster tree for rowcl × colcl | |
| virtual TBlockCluster * | create_bc (TBlockCluster *parent) const |
| create new node in tree with father node parent | |
Protected Attributes | |
| const uint | _min_lvl |
| minimal level to accept admissible clusters | |
| const bool | _same_level |
| if true (default), only clusters of same level may form block clusters | |
|
virtual |
build block cluster tree for rowct × colct with admissibility condition ac
1.8.1.2