Here is a list of all modules:
[detail level 12]
Arrays | |
 Array Containers | Basic 1D and 2D containers |
 Array Views | Basic 1D and 2D containers that wrap existing data or iterators |
Sparse Matrices | |
 Sparse Matrix Containers | Sparse matrix containers represented in COO, CSR, DIA, ELL, HYB, and Permutation |
 Sparse Matrix Views | Sparse matrix containers that wrap existing data or iterators in COO, CSR, DIA, ELL, HYB, and Permutation representations |
Algorithms | |
 Matrix Algorithms | Algorithms for processing matrices in sparse and dense formats |
 Graph Algorithms | Algorithms for processing graphs represented in CSR and COO formats |
Utilities | |
 Functional | Set of useful functors |
 Input/Output | Provides load and store operations for sparse matrices |
 Gallery | Collection of example matrices |
 Iterators | Various customized Thrust based iterators |
Iterative Solvers | |
 Monitors | Configurable convergence monitors for iterative solvers |
 EigenSolvers | Iterative methods for computing eigenpairs of hermitian and non-hermitian linear systems |
 Krylov Methods | Iterative Krylov methods for hermitian and non-hermitian linear systems |
 Relaxation Methods | Several relaxation methods |
 Preconditioners | Several preconditioners for iterative solvers |
Dense Algorithms | |
 BLAS | Interface to BLAS routines |
 LAPACK | Interface to LAPACK routines |