![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Sparse matrix of REAL type in COO (IJ) 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... | |
INT * | rowind |
integer array of row indices, the size is nnz More... | |
INT * | colind |
integer array of column indices, the size is nnz More... | |
REAL * | val |
nonzero entries of A More... | |
Sparse matrix of REAL type in COO (IJ) format.
Coordinate Format (I,J,A)