#include <shark/LinAlg/BLAS/matrix.hpp>
Public Types | |
typedef diagonal_matrix::const_reference | reference |
typedef value_type const * | pointer |
Public Member Functions | |
const_row_iterator () | |
const_row_iterator (index_type index, value_type value, bool isEnd) | |
const_row_iterator & | operator++ () |
const_row_iterator & | operator-- () |
const_reference | operator* () const |
index_type | index () const |
const_row_iterator & | operator= (const_row_iterator const &it) |
bool | operator== (const_row_iterator const &it) const |
Definition at line 408 of file matrix.hpp.
typedef value_type const* shark::blas::diagonal_matrix< VectorType >::const_row_iterator::pointer |
Definition at line 413 of file matrix.hpp.
typedef diagonal_matrix::const_reference shark::blas::diagonal_matrix< VectorType >::const_row_iterator::reference |
Definition at line 412 of file matrix.hpp.
|
inline |
Definition at line 416 of file matrix.hpp.
|
inline |
Definition at line 417 of file matrix.hpp.
|
inline |
Definition at line 436 of file matrix.hpp.
|
inline |
Definition at line 431 of file matrix.hpp.
|
inline |
Definition at line 421 of file matrix.hpp.
|
inline |
Definition at line 425 of file matrix.hpp.
|
inline |
Definition at line 441 of file matrix.hpp.
|
inline |
Definition at line 447 of file matrix.hpp.
References RANGE_CHECK.