prolog::matrix_op_to_cols/4

matrix_op_to_cols(+ Matrix1,+ Cols,+ Op,- Result)*

Result is the result of applying Op to all elements Matrix1, with the corresponding element in Cols as the second argument. Currently, only addition (+) is supported. Notice that Cols will have n-1 dimensions.

Private-func:

1. prolog::matrix_op_to_cols_4::matrix_op_to_cols/4(int ARG1, int ARG2, int ARG3, int ARG4)():