Fork me on GitHub
#core-matrix
<
2017-02-27
>
mikera02:02:38

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

mikera02:02:07

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

mikera02:02:48

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

schaueho22:02:24

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