|
| BandTriMatrix (int dim1, int dim2, const T &empty) |
|
int | dimension () const |
|
int | bandwidth () const |
|
virtual int | index (int column, int row) const |
|
void | AttachOnCorner (BandTriMatrix< T > *array2) |
|
| GENERIC_2D_ARRAY (int dim1, int dim2, const T &empty, T *array) |
|
| GENERIC_2D_ARRAY (int dim1, int dim2, const T &empty) |
|
virtual | ~GENERIC_2D_ARRAY () |
|
void | Resize (int size1, int size2, const T &empty) |
|
void | ResizeWithCopy (int size1, int size2) |
|
void | Clear () |
|
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 |
|
virtual int | num_elements () 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) |
|
const T * | operator[] (int column) const |
|
void | delete_matrix_pointers () |
|
template<class T>
class BandTriMatrix< T >
Definition at line 235 of file matrix.h.