matrix_agg_lines/4¶
matrix_agg_lines(+ Matrix,+Operator,+ Aggregate)* s
If Matrix is a n-dimensional matrix, unify Aggregate with the n-1 dimensional matrix where eaceh element is obtained by adding all Matrix elements with same last n-1 index. Currently, only addition is supported.