In this section we list some basic requirements for matrix classes.
| |
The type of a matrix entry. It has to define
a copy constructor.
|
|
| |
returns the number of columns. | ||
|
| |
returns the number of rows. | ||
|
| |
returns the entry at position (row, column). Precondition: row number_of_rows() and column number_of_columns(). |