* @return The row size of the matrix
()
| 446 | * @return The row size of the matrix |
| 447 | */ |
| 448 | public getRowSize(): number /*int*/ { |
| 449 | return this.rowSize; |
| 450 | } |
| 451 | |
| 452 | /*@Override*/ |
| 453 | public equals(o: Object): boolean { |
no outgoing calls
no test coverage detected