core-matrix

intended for specific discussion around core.matrix (usage and development) For general data work check out #data-science
2017-02-27T02:57:38.000039Z

Hiya can you create an issue with a minimal test case? Happy to take a look at it

2017-02-27T02:58:07.000040Z

You do need to ensure that the dimensions are correct, otherwise an IndexOutOfBoundsException is likely to happen

2017-02-27T02:58:48.000041Z

i.e. the number of elements in the vector you provide to set-column needs to match the number of rows in the matrix

2017-02-27T22:15:24.000042Z

Clatrix handles the tiny example just fine. I'll create an issue.