Public Types | |
typedef T | value_type |
typedef matrix< T >::size_type | size_type |
Public Member Functions | |
matrixrow (matrix< T > &m, size_type r) | |
matrixrow (const matrixrow &mr) | |
~matrixrow () | |
value_type & | operator[] (size_type c) |
const value_type & | operator[] (size_type c) const |
matrixrow & | operator= (const matrixrow &mr) |
matrixrow & | operator= (const vector< T > &v) |
matrixrow & | operator *= (const value_type &s) |
matrixrow & | operator/= (const value_type &s) |
size_type | size () const |
operator const_matrixrow () const | |
operator vector () const | |
Protected Member Functions | |
matrixrow () | |
Protected Attributes | |
matrix< T > & | m |
size_type | r |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 578 of file Matrix. References base::ConstMatrixRow, base::Int, and base::Matrix. |
|
|
|
Definition at line 572 of file Matrix. References base::Int, base::Matrix, and base::MatrixRow. |
|
Definition at line 562 of file Matrix. References base::ConstMatrixColumn, base::ConstMatrixRange, base::ConstMatrixRow, base::Matrix, base::MatrixColumn, base::MatrixRange, and base::MatrixRow. |
|
Definition at line 555 of file Matrix. References base::range< size_type >::b, and base::matrixrange< T >::m. |
|
|
|
|
|
|
|
|
|
|