Interface functions Gets the number of rows from the calling object \return integer value with the number of rows. */
| 1278 | \return integer value with the number of rows. |
| 1279 | */ |
| 1280 | int rows() const { return n; } |
| 1281 | //! Gets the number of columns from the calling object |
| 1282 | /** |
| 1283 | \return integer value with the number of columns. |