Clojure Matrix Representation

前端 未结 8 498
-上瘾入骨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条回答
  •  感情败类
    2020-12-29 15:27

    Check out the core.matrix proposal + experimental implementation here:

    https://github.com/mikera/matrix-api

    Very early days at time of writing, but worth keeping an eye on.

提交回复
热议问题