Fork me on GitHub
#core-matrix
<
2017-10-25
>
mikera03:10:19

Hi @michael.ford you can certainly construct matrices like that, but I think the best method depends on what is the source data you are trying to populate from?

mikera03:10:48

transpose is good if you already have the transpose of what you want

mikera03:10:08

reshape might make sense if you have the element values in a vector

mikera03:10:14

You can of course just construct it directly from nested clojure vectors with something like (array :my-impl [[1] [2]])

mikeyford16:10:59

@mikera ok great...thanks very much. love your work by the way 😄