multiply
Description:
[
Version ( since =
"1.0" ) ]
public Matrix multiply (
Matrix b)
Multiplies two Matrix.
Matrix multiplication is not commutative in general; the order of the factors matters. The product of this multiplication is (
this × b)
Parameters:
| this |
a Matrix
|
| b |
a Matrix
|
| res |
return location for the matrix result
|