matrix_op/4

"matrix_op(+ Matrix1,+ Matrix2,+ Op,- Result" )

Result is the result of applying Op to matrix Matrix1 and Matrix2. Currently, only addition (+) is supported.