Fork me on GitHub
#core-matrix
<
2020-04-15
>
Aviv Kotek12:04:01

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?