Returns the number of rows stored in this matrix @return the number of rows stored in this matrix
()
| 558 | * @return the number of rows stored in this matrix |
| 559 | */ |
| 560 | abstract public int rows(); |
| 561 | |
| 562 | /** |
| 563 | * Returns the number of columns stored in this matrix |
no outgoing calls