H2Lib
3.0
|
Representation of -matrices. More...
#include <h2matrix.h>
Data Fields | |
pclusterbasis | rb |
Row cluster basis. | |
pclusterbasis | cb |
Column cluster basis. | |
puniform | u |
Uniform matrix, for admissible leaves. | |
pamatrix | f |
Standard matrix, for inadmissible leaves. | |
ph2matrix * | son |
Submatrices. | |
uint | rsons |
Number of block rows. | |
uint | csons |
Number of block columns. | |
uint | refs |
Number of references to this h2matrix. | |
uint | desc |
Number of descendants in matrix tree. | |
Representation of -matrices.
-matrices are represented recursively: an h2matrix object can be either an amatrix, a uniform matrix or divided into submatrices represented again by h2matrix objects.