what's the fastest way to sum all rows of a 2d matrix into a column matrix ?
is there a faster way than (map m/esum mat) ?
(map m/esum mat)