Alters the current matrix so that all values are equal to zero.
()
| 836 | * Alters the current matrix so that all values are equal to zero. |
| 837 | */ |
| 838 | abstract public void zeroOut(); |
| 839 | |
| 840 | /** |
| 841 | * Copes the values of this matrix into the other matrix of the same dimensions |
no outgoing calls