core.matrix icon indicating copy to clipboard operation
core.matrix copied to clipboard

Implement core.matrix support for 2D arrays of primitive doubles

Open mikera opened this issue 12 years ago • 1 comments

We have 1D arrays of Java doubles supported:

https://github.com/mikera/matrix-api/blob/master/src/main/clojure/core/matrix/impl/double_array.clj

It would potentially be valuable to extend this support to 2D arrays of doubles along the same lines. This is useful for 2 main reasons:

  • It would provide a fast. lightweight 2D mutable matrix implementation
  • It may be helpful for interop with Java libraries that use this format

mikera avatar Jan 25 '13 03:01 mikera

Possibly this isn't needed once we have :ndarray-double fully functional.

mikera avatar Sep 09 '13 03:09 mikera