matrix_op_to_lines/4¶
"matrix_op_to_lines(+ Matrix1,+ Lines,+ Op,- Result" )
Result is the result of applying Op to all elements of Matrix1, with the corresponding element in Lines as the second argument. Currently, only division (/
) is supported.