PEXSI
 All Classes Namespaces Files Functions Variables Typedefs Pages
Public Attributes | List of all members
PEXSI::SparseMatrix< F > Struct Template Reference

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
 

Detailed Description

template<class F>
struct PEXSI::SparseMatrix< F >

SparseMatrix describes a sequential sparse matrix saved in compressed sparse column format.

Note

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.


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