SparseMatrix describes a sequential sparse matrix saved in compressed sparse column format. More...
#include <sparse_matrix.hpp>
Public Attributes | |
Int | size |
Int | nnz |
IntNumVec | colptr |
IntNumVec | rowind |
NumVec< F > | nzval |
SparseMatrix describes a sequential sparse matrix saved in compressed sparse column format.
Since in PEXSI and PPEXSI only symmetric matrix is considered, the compressed sparse row format will also be represented by the compressed sparse column format.