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

Sparse matrix of REAL type in CSR format. More...

#include <fasp.h>

Data Fields

INT row
 row number of matrix A, m More...
 
INT col
 column of matrix A, n More...
 
INT nnz
 number of nonzero entries More...
 
INTIA
 integer array of row pointers, the size is m+1 More...
 
INTJA
 integer array of column indexes, the size is nnz More...
 
REALval
 nonzero entries of A More...
 

Detailed Description

Sparse matrix of REAL type in CSR format.

CSR Format (IA,JA,A) in REAL

Note
The starting index of A is 0.

Definition at line 151 of file fasp.h.

Field Documentation

◆ col

INT col

column of matrix A, n

Definition at line 157 of file fasp.h.

◆ IA

INT* IA

integer array of row pointers, the size is m+1

Definition at line 163 of file fasp.h.

◆ JA

INT* JA

integer array of column indexes, the size is nnz

Definition at line 166 of file fasp.h.

◆ nnz

INT nnz

number of nonzero entries

Definition at line 160 of file fasp.h.

◆ row

INT row

row number of matrix A, m

Definition at line 154 of file fasp.h.

◆ val

REAL* val

nonzero entries of A

Definition at line 169 of file fasp.h.


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