Note that you will need Clojure 1.7.0 as a minimum as of core.matrix release ... 15 (transpose [[1 2] [3 4]]) ;; transpose an array ;; => [[1 3] [2 4]] ...
確定! 回上一頁