Represents a row of a CSR Matrix. Plus de détails...
Graphe de collaboration de Arcane::Alina::CSRRow< IndexType_ >:Types publics | |
| using | IndexType = IndexType_ |
| using | IteratorType = CSRRowColumnIterator<IndexType> |
Fonctions membres publiques | |
| constexpr IteratorType | begin () const |
| constexpr IteratorType | end () const |
Fonctions membres privées | |
| constexpr | CSRRow (IndexType begin, IndexType end) |
Attributs privés | |
| IndexType | m_begin = -1 |
| IndexType | m_end = -1 |
Amis | |
| template<typename V, typename C, typename R> | |
| class | CSRMatrixView |
| template<typename T> | |
| class | CSRRowRangeIterator |
Represents a row of a CSR Matrix.
Définition à la ligne 100 du fichier CSRMatrixView.h.
| using Arcane::Alina::CSRRow< IndexType_ >::IndexType = IndexType_ |
Définition à la ligne 109 du fichier CSRMatrixView.h.
| using Arcane::Alina::CSRRow< IndexType_ >::IteratorType = CSRRowColumnIterator<IndexType> |
Définition à la ligne 110 du fichier CSRMatrixView.h.
|
inlineconstexprprivate |
Définition à la ligne 118 du fichier CSRMatrixView.h.
|
inlineconstexpr |
Définition à la ligne 125 du fichier CSRMatrixView.h.
|
inlineconstexpr |
Définition à la ligne 126 du fichier CSRMatrixView.h.
|
friend |
Définition à la ligne 103 du fichier CSRMatrixView.h.
Définition à la ligne 105 du fichier CSRMatrixView.h.
|
private |
Définition à la ligne 130 du fichier CSRMatrixView.h.
|
private |
Définition à la ligne 131 du fichier CSRMatrixView.h.