![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Block INT CSR matrix format. More...
#include <fasp_block.h>
Data Fields | |
| INT | brow |
| row number of blocks in A, m More... | |
| INT | bcol |
| column number of blocks A, n More... | |
| iCSRmat ** | blocks |
| blocks of iCSRmat, point to blocks[brow][bcol] More... | |
Block INT CSR matrix format.
Definition at line 93 of file fasp_block.h.
| INT bcol |
column number of blocks A, n
Definition at line 99 of file fasp_block.h.
| iCSRmat** blocks |
blocks of iCSRmat, point to blocks[brow][bcol]
Definition at line 102 of file fasp_block.h.
| INT brow |
row number of blocks in A, m
Definition at line 96 of file fasp_block.h.