![]() |
#include <ftmpl_matrix.h>
Public Member Functions | |
| SubMatrix (const SubMatrix< T > &S) | |
| SubMatrix< T > & | operator= (const SubMatrix< T > &S) |
| SubMatrix< T > & | operator= (const Matrix< T > &S) |
| operator Matrix< T > () const | |
| T | operator[] (int i) const |
| T & | operator[] (int i) |
Private Member Functions | |
| SubMatrix (int rmin, int rmax, int cmin, int cmax, const Matrix< T > &m) | |
Private Attributes | |
| int | r_min |
| int | r_max |
| int | c_min |
| int | c_max |
| Matrix< T > & | M |
Friends | |
| class | Matrix< T > |
Definition at line 19 of file ftmpl_matrix.h.
|
private |
Definition at line 231 of file ftmpl_matrix.cc.
Definition at line 234 of file ftmpl_matrix.cc.
Definition at line 287 of file ftmpl_matrix.cc.
Definition at line 237 of file ftmpl_matrix.cc.
Definition at line 299 of file ftmpl_matrix.cc.
Definition at line 306 of file ftmpl_matrix.cc.
Definition at line 87 of file ftmpl_matrix.h.
Definition at line 76 of file ftmpl_matrix.h.
Definition at line 76 of file ftmpl_matrix.h.
Definition at line 77 of file ftmpl_matrix.h.
Definition at line 76 of file ftmpl_matrix.h.
Definition at line 76 of file ftmpl_matrix.h.