Alters the current matrix to be equal to A c @param c the scalar constant to multiply by
(double c)
| 400 | * @param c the scalar constant to multiply by |
| 401 | */ |
| 402 | abstract public void mutableMultiply(double c); |
| 403 | |
| 404 | /** |
| 405 | * Alters the current matrix to be equal to <i>A*c</i> |
no outgoing calls