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

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

Detailed Description

Block REAL CSR matrix format.

Note
The starting index of A is 0.

Definition at line 74 of file fasp_block.h.

Field Documentation

◆ bcol

INT bcol

column number of blocks A, n

Definition at line 80 of file fasp_block.h.

◆ blocks

dCSRmat** blocks

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

Definition at line 83 of file fasp_block.h.

◆ brow

INT brow

row number of blocks in A, m

Definition at line 77 of file fasp_block.h.


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