|
Template Numerical Library version\ main:351d08c5f
|
Public Member Functions | |
| __cuda_callable__ | LambdaMatrixRowViewIterator (const RowViewType &rowView, const IndexType &localIdx) |
| __cuda_callable__ bool | operator!= (const LambdaMatrixRowViewIterator &other) const |
| Comparison of two matrix row iterators. | |
| __cuda_callable__ MatrixElementType | operator* () |
| __cuda_callable__ MatrixElementType | operator* () const |
| __cuda_callable__ LambdaMatrixRowViewIterator & | operator++ () |
| __cuda_callable__ LambdaMatrixRowViewIterator & | operator-- () |
| __cuda_callable__ bool | operator== (const LambdaMatrixRowViewIterator &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 |
| const 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. |