
Public Types | |
| typedef T | value_type |
| typedef matrix< T >::size_type | size_type |
Public Member Functions | |
| matrixcolumn (matrix< T > &m, size_type c) | |
| matrixcolumn (const matrixcolumn &mc) | |
| ~matrixcolumn () | |
| value_type & | operator[] (size_type r) |
| const value_type & | operator[] (size_type r) const |
| matrixcolumn & | operator= (const matrixcolumn &mc) |
| matrixcolumn & | operator= (const vector< T > &v) |
| matrixcolumn & | operator *= (const value_type &s) |
| matrixcolumn & | operator/= (const value_type &s) |
| operator const_matrixcolumn () const | |
| size_type | size () const |
| operator vector () const | |
Protected Member Functions | |
| matrixcolumn () | |
Protected Attributes | |
| matrix< T > & | m |
| size_type | c |
|
|||||
|
|
|
|||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
Definition at line 634 of file Matrix. References base::Matrix, and base::Vector. |
|
|||||||||
|
|
|
|||||||||
|
Definition at line 671 of file Matrix. References Assert, base::matrix< T >::size1(), and base::matrix< T >::size2(). |
|
||||||||||
|
Definition at line 653 of file Matrix. References base::Matrix, base::matrix< T >::transpose(), and base::Vector. |
|
|||||||||
|
Definition at line 660 of file Matrix. References base::Int, and base::Matrix. |
|
|||||||||
|
Definition at line 664 of file Matrix. References base::Matrix. |
|
||||||||||
|
Definition at line 656 of file Matrix. References base::Int, and base::Matrix. |
|
||||||||||
|
Definition at line 647 of file Matrix. References base::matrix< T >::equals(). |
|
||||||||||
|
Definition at line 640 of file Matrix. References base::Matrix, and base::Real. |
|
||||||||||
|
Definition at line 638 of file Matrix. References base::Matrix. |
|
||||||||||
|
Definition at line 637 of file Matrix. References base::Matrix, and base::Real. |
|
|||||||||
|
Definition at line 662 of file Matrix. References base::Matrix. |
|
|||||
|
|
|
|||||
|
|
1.3.6