uncomplicate

jon.armond 2018-09-19T07:42:47.000100Z

is there an efficient way to compute row sums? at the moment I am doing

(map core/sum (core/rows x))

2018-09-19T09:17:21.000100Z

yes! mv the matrix with a vector of ones.

jon.armond 2018-09-19T09:34:21.000100Z

excellent! must try harder to think in linalg instead of loops