core-matrix

mikeyford 2017-10-23T21:19:53.000369Z

@michael.ford has joined the channel

mikeyford 2017-10-23T21:21:54.000014Z

When using core.matrix, is there a way to populate an n x 1 matrix in rows when I define it using matrix (or otherwise)? Basically, I'm looking to make [[1] [2]] instead of [[1 2]] . I realise I can use (transpose [[1 2]]) for what I'm looking for, but I was wondering if it's possible to define a matrix this way to begin with?