core-matrix

intended for specific discussion around core.matrix (usage and development) For general data work check out #data-science
octahedrion 2018-11-28T08:17:47.001300Z

what's the fastest way to sum all rows of a 2d matrix into a column matrix ?

octahedrion 2018-11-28T08:19:25.002Z

is there a faster way than (map m/esum mat) ?