|
using | IndexType = typename RowViewType::IndexType |
| The type used for matrix elements indexing.
|
|
using | MatrixElementType = typename RowView::MatrixElementType |
| The type of related matrix element.
|
|
using | RealType = typename RowViewType::RealType |
| The type of matrix elements.
|
|
using | RowViewType = RowView |
| Type of SparseMatrixRowView.
|
|
|
static constexpr bool | isBinary () |
| Tells whether the parent matrix is a binary matrix.
|
|
◆ isBinary()
template<typename RowView >
|
inlinestaticnodiscardconstexpr |
Tells whether the parent matrix is a binary matrix.
- Returns
true
if the matrix is binary.
◆ operator!=()
template<typename RowView >
Comparison of two matrix row iterators.
- Parameters
-
other | is another matrix row iterator. |
- Returns
- false if both iterators points at the same point of the same matrix, true otherwise.
◆ operator==()
template<typename RowView >
Comparison of two matrix row iterators.
- Parameters
-
other | is another matrix row iterator. |
- Returns
- true if both iterators points at the same point of the same matrix, false otherwise.
The documentation for this class was generated from the following files:
- src/TNL/Matrices/MatrixRowViewIterator.h
- src/TNL/Matrices/MatrixRowViewIterator.hpp