Sparse matrix and Distributed sparse matrix in compressed column format. More...
#include "pexsi/environment.hpp"
#include "pexsi/NumVec.hpp"
#include "pexsi/sparse_matrix_impl.hpp"
Go to the source code of this file.
Classes | |
struct | PEXSI::SparseMatrix< F > |
SparseMatrix describes a sequential sparse matrix saved in compressed sparse column format. More... | |
struct | PEXSI::DistSparseMatrix< F > |
DistSparseMatrix describes a Sparse matrix in the compressed sparse column format (CSC) and distributed with column major partition. More... | |
Namespaces | |
PEXSI | |
The main namespace. | |
Sparse matrix and Distributed sparse matrix in compressed column format.