Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Classes
Sparse Matrix Containers

Sparse matrix containers represented in COO, CSR, DIA, ELL, HYB, and Permutation. More...

Classes

class  cusp::coo_matrix< IndexType, ValueType, MemorySpace >
 Coordinate (COO) representation a sparse matrix. More...
 
class  cusp::csr_matrix< IndexType, ValueType, MemorySpace >
 Compressed sparse row (CSR) representation a sparse matrix. More...
 
class  cusp::dia_matrix< IndexType, ValueType, MemorySpace >
 Diagonal (DIA) representation a sparse matrix. More...
 
class  cusp::ell_matrix< IndexType, ValueType, MemorySpace >
 Packed row (ELLPACK/ITPACK) representation of a sparse matrix. More...
 
class  cusp::hyb_matrix< IndexType, ValueType, MemorySpace >
 Hybrid (HYB) representation a sparse matrix. More...
 
class  cusp::permutation_matrix< IndexType, MemorySpace >
 Simple representation a permutation matrix. More...