PEXSI
 All Classes Namespaces Files Functions Variables Typedefs Pages
Classes | Namespaces | Typedefs
sparse_matrix.hpp File Reference

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.
 

Typedefs

typedef SparseMatrix< Real > PEXSI::DblSparseMatrix
 
typedef SparseMatrix< Complex > PEXSI::CpxSparseMatrix
 
typedef DistSparseMatrix< Real > PEXSI::DblDistSparseMatrix
 
typedef DistSparseMatrix< Complex > PEXSI::CpxDistSparseMatrix
 

Detailed Description

Sparse matrix and Distributed sparse matrix in compressed column format.

Date
2012-11-10