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

Block INT vector structure. More...

#include <fasp_block.h>

Data Fields

INT brow
 row number of blocks in A, m More...
 
ivector ** blocks
 blocks of dvector, point to blocks[brow] More...
 

Detailed Description

Block INT vector structure.

Note
The starting index of A is 0.

Definition at line 126 of file fasp_block.h.

Field Documentation

◆ blocks

ivector** blocks

blocks of dvector, point to blocks[brow]

Definition at line 132 of file fasp_block.h.

◆ brow

INT brow

row number of blocks in A, m

Definition at line 129 of file fasp_block.h.


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