![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Block REAL 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... | |
dCSRmat ** | blocks |
blocks of dCSRmat, point to blocks[brow][bcol] More... | |
Block REAL CSR matrix format.
Definition at line 74 of file fasp_block.h.
INT bcol |
column number of blocks A, n
Definition at line 80 of file fasp_block.h.
dCSRmat** blocks |
blocks of dCSRmat, point to blocks[brow][bcol]
Definition at line 83 of file fasp_block.h.
INT brow |
row number of blocks in A, m
Definition at line 77 of file fasp_block.h.