Public Types | |
typedef T | value_type |
typedef matrix< T >::size_type | size_type |
Public Member Functions | |
const_matrixrow (const matrix< T > &m, size_type r) | |
const_matrixrow (const const_matrixrow &mr) | |
~const_matrixrow () | |
const value_type & | operator[] (size_type c) const |
size_type | size () const |
operator vector () const | |
Protected Member Functions | |
const_matrixrow & | operator= (const vector< T > &v) |
const_matrixrow () | |
Protected Attributes | |
const matrix< T > & | m |
size_type | r |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|