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