H2Lib
3.0
|
Representation of a cluster basis. More...
#include <clusterbasis.h>
Data Fields | |
pccluster | t |
Corresponding cluster. | |
uint | k |
Maximal rank. | |
uint | ktree |
Sum of ranks in entire subtree below t | |
uint | kbranch |
Maximal rank sum for all branches below t | |
amatrix | V |
Leaf matrix . | |
amatrix | E |
Transfer matrix to father. | |
uint | sons |
Number of sons, either t->sons or zero. | |
pclusterbasis * | son |
Pointers to sons. | |
pamatrix | Z |
Weight matrix used to represent total cluster basis. | |
uint | refs |
References to this cluster basis. | |
puniform | rlist |
List of matrices using this basis as row basis. | |
puniform | clist |
List of matrices using this basis as column basis. | |
Representation of a cluster basis.