H2Lib  3.0
Data Fields
_h2matrix Struct Reference

Representation of $\mathcal{H}^2$-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.
 
ph2matrixson
 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.
 

Detailed Description

Representation of $\mathcal{H}^2$-matrices.

$\mathcal{H}^2$-matrices are represented recursively: an h2matrix object can be either an amatrix, a uniform matrix or divided into submatrices represented again by h2matrix objects.


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