#include <whb.h>

Public Attributes | |
| Vmem * | vmem |
| the memory manager | |
| int | iMadeVmem |
| did i make vmem or was it inherited | |
| HBMATtype | type |
| indicates which data structure is employed ZERO: zero matrix, all blocks are null. AMIN: coarsest level A, with A22 ptr = A11. ANOR: multilevel A block, with A12/A21/A22. GHB: G matrix for HB, with only G21 block. GWM: G matrix for WMHB, with G12/G21/G22 | |
| int | numB |
| number of blocks in block system | |
| Bmat * | A12 |
| (1,2)-block of a block matrix | |
| Bmat * | A21 |
| (2,1)-block of a block matrix | |
| Bmat * | A22 |
| (2,2)-block of a block matrix | |
| struct sHBmat * | next |
| our coarser parent HBmat | |
1.5.6