Represents a row of a CSR Matrix. More...
Public Types | |
| using | IndexType = IndexType_ |
| using | IteratorType = CSRRowColumnIterator<IndexType> |
Public Member Functions | |
| constexpr IteratorType | begin () const |
| constexpr IteratorType | end () const |
Private Member Functions | |
| constexpr | CSRRow (IndexType begin, IndexType end) |
Private Attributes | |
| IndexType | m_begin = -1 |
| IndexType | m_end = -1 |
Friends | |
| template<typename V, typename C, typename R> | |
| class | CSRMatrixView |
| template<typename T> | |
| class | CSRRowRangeIterator |
Represents a row of a CSR Matrix.
Definition at line 100 of file CSRMatrixView.h.
| using Arcane::Alina::CSRRow< IndexType_ >::IndexType = IndexType_ |
Definition at line 109 of file CSRMatrixView.h.
| using Arcane::Alina::CSRRow< IndexType_ >::IteratorType = CSRRowColumnIterator<IndexType> |
Definition at line 110 of file CSRMatrixView.h.
|
inlineconstexprprivate |
Definition at line 118 of file CSRMatrixView.h.
|
inlineconstexpr |
Definition at line 125 of file CSRMatrixView.h.
|
inlineconstexpr |
Definition at line 126 of file CSRMatrixView.h.
|
friend |
Definition at line 103 of file CSRMatrixView.h.
|
friend |
Definition at line 105 of file CSRMatrixView.h.
|
private |
Definition at line 130 of file CSRMatrixView.h.
|
private |
Definition at line 131 of file CSRMatrixView.h.