- Index
- »
- math
- »
- func:matrixAdd
def
func:matrixAdd
matrixAdd(a, b)
Add two matrices together and return new matrix. The parameters may be any value supported toMatrix()
. Matrices must have the same dimensions.
Add two matrices together and return new matrix. The parameters may be any value supported toMatrix()
. Matrices must have the same dimensions.