In clojure a possible representation of a matrix is a vector of vectors, i.e. [[1 2] [3 4]].A possible implementation of transposing a matrix would be:(defn ...
確定! 回上一頁