Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
Loading...
Searching...
No Matches
iBLCmat Struct Reference

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...
 

Detailed Description

Block INT CSR matrix format.

Note
The starting index of A is 0.

Definition at line 93 of file fasp_block.h.

Field Documentation

◆ bcol

INT bcol

column number of blocks A, n

Definition at line 99 of file fasp_block.h.

◆ blocks

iCSRmat** blocks

blocks of iCSRmat, point to blocks[brow][bcol]

Definition at line 102 of file fasp_block.h.

◆ brow

INT brow

row number of blocks in A, m

Definition at line 96 of file fasp_block.h.


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