Sparse matrix of REAL type in CSRL format.
More...
#include <fasp.h>
Sparse matrix of REAL type in CSRL format.
Definition at line 277 of file fasp.h.
◆ col
number of cols
Definition at line 283 of file fasp.h.
◆ dif
number of different values in i-th row, i=0:nrows-1
Definition at line 289 of file fasp.h.
◆ index
row index of the matrix (length-grouped): rows with same nnz are together
Definition at line 295 of file fasp.h.
◆ ja
column indices of all the nonzeros
Definition at line 301 of file fasp.h.
◆ nnz
number of nonzero entries
Definition at line 286 of file fasp.h.
◆ nz_diff
nz_diff[i]: the i-th different value in 'nzrow'
Definition at line 292 of file fasp.h.
◆ row
number of rows
Definition at line 280 of file fasp.h.
◆ start
j in {start[i],...,start[i+1]-1} means nz_diff[i] nnz in index[j]-row
Definition at line 298 of file fasp.h.
◆ val
values of all the nonzero entries
Definition at line 304 of file fasp.h.
The documentation for this struct was generated from the following file: