|
ug4
|
#include <matrixrow.h>
Public Types | |
| typedef TMatrix::const_row_iterator | const_iterator |
| typedef TMatrix::value_type | value_type |
Public Member Functions | |
| const_iterator | begin () const |
| ConstMatrixRow (const TMatrix &_A, size_t _r) | |
| const_iterator | end () const |
| bool | has_connection (size_t c) const |
| size_t | num_connections () const |
| value_type & | operator() (size_t c) |
| const value_type & | operator() (size_t c) const |
| size_t | size () const |
Private Attributes | |
| const TMatrix & | A |
| size_t | r |
| typedef TMatrix::const_row_iterator ug::ConstMatrixRow< TMatrix >::const_iterator |
| typedef TMatrix::value_type ug::ConstMatrixRow< TMatrix >::value_type |
|
inline |
|
inline |
References ug::ConstMatrixRow< TMatrix >::A, and ug::ConstMatrixRow< TMatrix >::r.
|
inline |
References ug::ConstMatrixRow< TMatrix >::A, and ug::ConstMatrixRow< TMatrix >::r.
|
inline |
References ug::ConstMatrixRow< TMatrix >::A, and ug::ConstMatrixRow< TMatrix >::r.
|
inline |
References ug::ConstMatrixRow< TMatrix >::A, and ug::ConstMatrixRow< TMatrix >::r.
|
inline |
References ug::ConstMatrixRow< TMatrix >::A, and ug::ConstMatrixRow< TMatrix >::r.
|
inline |
References ug::ConstMatrixRow< TMatrix >::A, and ug::ConstMatrixRow< TMatrix >::r.
|
inline |
References ug::ConstMatrixRow< TMatrix >::A.
|
private |
Referenced by ug::ConstMatrixRow< TMatrix >::begin(), ug::ConstMatrixRow< TMatrix >::end(), ug::ConstMatrixRow< TMatrix >::has_connection(), ug::ConstMatrixRow< TMatrix >::num_connections(), ug::ConstMatrixRow< TMatrix >::operator()(), ug::ConstMatrixRow< TMatrix >::operator()(), and ug::ConstMatrixRow< TMatrix >::size().
|
private |