Clojure Matrix Representation

前端 未结 8 500
-上瘾入骨i
-上瘾入骨i 2020-12-29 15:10

What is a good representation for matrices in Clojure? I\'m interested in dealing with dense matrices of floating point numbers. The \"list of lists\" representation springs

8条回答
  •  旧时难觅i
    2020-12-29 15:27

    the answers may need to be updated as 8 years passed. A quick google search shows that if you need to be compatible with Clojure core.matrix API, you can use core.matrix itself or other implementations such as vectorz-clj.

    In addition I found Neanderthal which is optimized for GPU

提交回复
热议问题