Sparse matrix of REAL type in CSRL format.
More...
#include <fasp.h>
Sparse matrix of REAL type in CSRL format.
Definition at line 269 of file fasp.h.
◆ col
number of cols
Definition at line 275 of file fasp.h.
◆ dif
number of different values in i-th row, i=0:nrows-1
Definition at line 281 of file fasp.h.
◆ index
row index of the matrix (length-grouped): rows with same nnz are together
Definition at line 287 of file fasp.h.
◆ ja
column indices of all the nonzeros
Definition at line 293 of file fasp.h.
◆ nnz
number of nonzero entries
Definition at line 278 of file fasp.h.
◆ nz_diff
nz_diff[i]: the i-th different value in 'nzrow'
Definition at line 284 of file fasp.h.
◆ row
number of rows
Definition at line 272 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 290 of file fasp.h.
◆ val
values of all the nonzero entries
Definition at line 296 of file fasp.h.
The documentation for this struct was generated from the following file: