2 matsum - sum the elements of a matrix
8 m matrix with any types of elements
13 Returns the sum of the numeric (real or complex) elements of m.
14 Non-numeric elements are ignored.
17 > mat A[2,2] = {1, 2, 3, list(1,2,3)}
25 void matsum(MATRIX *m, VALUE *vres);