Transposes the current matrix in place, altering its value. Only valid for square matrices
()
| 432 | * Only valid for square matrices |
| 433 | */ |
| 434 | abstract public void mutableTranspose(); |
| 435 | |
| 436 | /** |
| 437 | * Returns a new matrix that is the transpose of this matrix. |
no outgoing calls