- Index
- »
- math
- »
- func:matrixMult
def
func:matrixMult
matrixMult(a, b)
Multiply two matrices and return new matrix. The parameters may be any value supported toMatrix()
. Matrix a
column count must match matrix b
row count.
Multiply two matrices and return new matrix. The parameters may be any value supported toMatrix()
. Matrix a
column count must match matrix b
row count.