core-matrix

intended for specific discussion around core.matrix (usage and development) For general data work check out #data-science
Aviv Kotek 2020-04-15T12:59:01.002700Z

how can I add/increment a specific row in my matrix? let's assume 3X3 zero matrix and would like to increment dynamically a row. (add M [1 1 1]) will do broadcasting, I can build 3X3 row+2x-empty-rows and do matrices addition but is there any alternative?