int
|
m.number_of_columns () const
|
| |
returns the
number of columns.
|
|
int
|
m.number_of_rows () const
|
| |
returns the
number of rows.
|
|
Entry
|
m.operator() ( int row, int column) const
|
| |
returns the entry at position (row, column).
Precondition:
0 row < number_of_rows() and
0 column < number_of_columns().
|