#include <SubMatrix.h>
Public Member Functions | |
| SubMatrix (void) | |
| SubMatrix (SubMatrix< T > &sm) | |
| ~SubMatrix (void) | |
| const int | Columns () const |
| const int | Rows () const |
| const int | XDim () const |
| const int | YDim () const |
| SubMatrix< T > & | operator= (SubMatrix< T > &sm) |
| SubMatrix< T > & | operator= (Matrix< T > &m) |
| T & | operator() (const int i, const int j) |
| Vector< T > & | operator[] (const int i) |
Protected Attributes | |
| Vector< T > * | columns |
| Cleaner< T > * | clean |
| int | xDim |
| int | yDim |
Friends | |
| class | Matrix<T> |
| class | Vector<T> |
Definition at line 83 of file SubMatrix.h.
|
||||||||||
|
Definition at line 63 of file SubMatrix.inl. |
|
||||||||||
|
Definition at line 73 of file SubMatrix.inl. |
|
||||||||||
|
Definition at line 87 of file SubMatrix.inl. |
|
|||||||||
|
Definition at line 106 of file SubMatrix.inl. |
|
||||||||||||||||
|
Definition at line 174 of file SubMatrix.inl. |
|
||||||||||
|
Definition at line 152 of file SubMatrix.inl. |
|
||||||||||
|
Definition at line 133 of file SubMatrix.inl. |
|
||||||||||
|
Definition at line 187 of file SubMatrix.inl. |
|
|||||||||
|
Definition at line 112 of file SubMatrix.inl. |
|
|||||||||
|
Definition at line 119 of file SubMatrix.inl. |
|
|||||||||
|
Definition at line 125 of file SubMatrix.inl. |
|
|||||
|
Definition at line 85 of file SubMatrix.h. |
|
|||||
|
Definition at line 86 of file SubMatrix.h. |
|
|||||
|
Definition at line 90 of file SubMatrix.h. |
|
|||||
|
Definition at line 89 of file SubMatrix.h. |
|
|||||
|
Definition at line 91 of file SubMatrix.h. |
|
|||||
|
Definition at line 92 of file SubMatrix.h. |
1.3.9.1