Public Types | |
typedef T | value_type |
typedef matrix< T >::size_type | size_type |
Public Member Functions | |
const_matrixcolumn (const matrix< T > &m, size_type c) | |
const_matrixcolumn (const const_matrixcolumn &mc) | |
~const_matrixcolumn () | |
const value_type & | operator[] (size_type r) const |
size_type | size () const |
operator vector () const | |
Protected Member Functions | |
const_matrixcolumn () | |
Protected Attributes | |
const matrix< T > & | m |
size_type | c |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 617 of file Matrix. References base::Matrix, and base::Vector. |
|
Definition at line 610 of file Matrix. References base::Matrix. |
|
Definition at line 606 of file Matrix. References base::Matrix. |
|
Definition at line 608 of file Matrix. References base::Matrix. |
|
|
|
|