|
PARALUTION
1.0.0
PARALUTION
|
#include <string>Go to the source code of this file.
Data Structures | |
| struct | paralution::MatrixCSR< ValueType, IndexType > |
| Sparse Matrix - Sparse Compressed Row Format. More... | |
| struct | paralution::MatrixMCSR< ValueType, IndexType > |
| Sparse Matrix - Modified Sparse Compressed Row Format. More... | |
| struct | paralution::MatrixBCSR< ValueType, IndexType > |
| struct | paralution::MatrixCOO< ValueType, IndexType > |
| Sparse Matrix - Coordinate Format. More... | |
| struct | paralution::MatrixDIA< ValueType, IndexType, Index > |
| Sparse Matrix - Diagonal Format (see DIA_IND for indexing) More... | |
| struct | paralution::MatrixELL< ValueType, IndexType, Index > |
| Sparse Matrix - ELL Format (see ELL_IND for indexing) More... | |
| struct | paralution::MatrixHYB< ValueType, IndexType, Index > |
| Sparse Matrix - Contains ELL and COO Matrices. More... | |
| struct | paralution::MatrixDENSE< ValueType > |
| Dense Matrix (see DENSE_IND for indexing) More... | |
Namespaces | |
| paralution | |
Enumerations | |
| enum | paralution::_matrix_format { paralution::DENSE = 0, paralution::CSR = 1, paralution::MCSR = 2, paralution::BCSR = 3, paralution::COO = 4, paralution::DIA = 5, paralution::ELL = 6, paralution::HYB = 7 } |
| Matrix Enumeration. More... | |
Variables | |
| const std::string | paralution::_matrix_format_names [8] |
| Matrix Names. More... | |