Public Member Functions |
| | GENERIC_MATRIX (int dimension, const T &empty) |
| int | dimension () const |
| | GENERIC_2D_ARRAY (int dim1, int dim2, const T &empty) |
| | ~GENERIC_2D_ARRAY () |
| bool | Serialize (FILE *fp) const |
| bool | DeSerialize (bool swap, FILE *fp) |
| bool | SerializeClasses (FILE *fp) const |
| bool | DeSerializeClasses (bool swap, FILE *fp) |
| int | dim1 () const |
| int | dim2 () const |
| int | index (int column, int row) const |
| void | put (int column, int row, const T &thing) |
| T | get (int column, int row) const |
| const T & | operator() (int column, int row) const |
| T & | operator() (int column, int row) |
| T * | operator[] (int column) |
| void | delete_matrix_pointers () |
template<class T>
class GENERIC_MATRIX< T >
Definition at line 180 of file matrix.h.