H2Lib  3.0
Data Fields
_clusterbasis Struct Reference

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 $V_t$.
 
amatrix E
 Transfer matrix $E_t$ to father.
 
uint sons
 Number of sons, either t->sons or zero.
 
pclusterbasisson
 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.
 

Detailed Description

Representation of a cluster basis.


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