|
Template Numerical Library version\ main:351d08c5f
|
Public Member Functions | |
| __cuda_callable__ | MatrixRowViewIterator (RowViewType &rowView, IndexType localIdx) |
| __cuda_callable__ bool | operator!= (const MatrixRowViewIterator &other) const |
| Comparison of two matrix row iterators. | |
| __cuda_callable__ MatrixElementType | operator* () |
| Dereference operator. | |
| __cuda_callable__ MatrixElementType | operator* () const |
| Dereference operator for constant instances. | |
| __cuda_callable__ MatrixRowViewIterator & | operator++ () |
| Increment operator. | |
| __cuda_callable__ MatrixRowViewIterator & | operator-- () |
| Decrement operator. | |
| __cuda_callable__ bool | operator== (const MatrixRowViewIterator &other) const |
| Comparison of two matrix row iterators. | |
Static Public Member Functions | |
| static constexpr bool | isBinary () |
| Tells whether the parent matrix is a binary matrix. | |
Protected Attributes | |
| IndexType | localIdx = 0 |
| RowViewType & | rowView |
|
inlinestaticnodiscardconstexpr |
Tells whether the parent matrix is a binary matrix.
|
nodiscard |
Comparison of two matrix row iterators.
| other | is another matrix row iterator. |
|
nodiscard |
Comparison of two matrix row iterators.
| other | is another matrix row iterator. |