Represents a range of rows of a CSR Matrix. Plus de détails...
Graphe de collaboration de Arcane::Alina::CSRRowRange< IndexType_ >:Types publics | |
| using | IndexType = IndexType_ |
| using | IteratorType = CSRRowRangeIterator<IndexType> |
| using | SentinelType = IteratorType::Sentinel |
Fonctions membres publiques | |
| constexpr IteratorType | begin () const |
| constexpr SentinelType | end () const |
Fonctions membres privées | |
| constexpr __host__ __device__ | CSRRowRange (IndexType *row_indexes, IndexType begin, IndexType end) |
Attributs privés | |
| IndexType * | m_row_indexes = nullptr |
| IndexType | m_begin = -1 |
| IndexType | m_end = -1 |
Amis | |
| template<typename ValueType_, typename ColumnType_, typename RowIndexType_> | |
| class | CSRMatrixView |
Represents a range of rows of a CSR Matrix.
Définition à la ligne 231 du fichier CSRMatrixView.h.
| using Arcane::Alina::CSRRowRange< IndexType_ >::IndexType = IndexType_ |
Définition à la ligne 238 du fichier CSRMatrixView.h.
| using Arcane::Alina::CSRRowRange< IndexType_ >::IteratorType = CSRRowRangeIterator<IndexType> |
Définition à la ligne 239 du fichier CSRMatrixView.h.
| using Arcane::Alina::CSRRowRange< IndexType_ >::SentinelType = IteratorType::Sentinel |
Définition à la ligne 240 du fichier CSRMatrixView.h.
|
inlineconstexprprivate |
Définition à la ligne 248 du fichier CSRMatrixView.h.
|
inlineconstexpr |
Définition à la ligne 256 du fichier CSRMatrixView.h.
|
inlineconstexpr |
Définition à la ligne 260 du fichier CSRMatrixView.h.
|
friend |
Définition à la ligne 234 du fichier CSRMatrixView.h.
|
private |
Définition à la ligne 268 du fichier CSRMatrixView.h.
|
private |
Définition à la ligne 269 du fichier CSRMatrixView.h.
|
private |
Définition à la ligne 267 du fichier CSRMatrixView.h.