![]() |
| BasicMatrix::Value | |
|
The type of a matrix entry. It has to define
a copy constructor.
| |
| 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).
| ||||