Index in the RowColumn list of a CSR Matrix. More...
Public Types | |
| using | IndexType = IndexType_ |
Public Member Functions | |
| constexpr __host__ __device__ | CSRRowColumnIndex (IndexType index) |
| constexpr __host__ __device__ IndexType | value () const |
| constexpr __host__ __device__ | operator IndexType () const |
Private Attributes | |
| IndexType | m_index = -1 |
Index in the RowColumn list of a CSR Matrix.
Definition at line 33 of file CSRMatrixView.h.
| using Arcane::Alina::CSRRowColumnIndex< IndexType_ >::IndexType = IndexType_ |
Definition at line 37 of file CSRMatrixView.h.
|
inlineexplicitconstexpr |
Definition at line 42 of file CSRMatrixView.h.
|
inlineconstexpr |
Definition at line 49 of file CSRMatrixView.h.
|
inlinenodiscardconstexpr |
Definition at line 48 of file CSRMatrixView.h.
|
private |
Definition at line 53 of file CSRMatrixView.h.