Scipy-like functionality in Java / Scala? [closed]

北战南征 提交于 2020-01-10 18:25:32

问题


I'm trying to port some Python code to Scala. It makes heavy use of Numpy and Scipy. While I've found a number of dense matrix / linear algebra libraries that will do as an adequate (but not superb) replacement for NumPy, I've not really found anything that provides the functionality I use in SciPy. In particular, I'm looking for a libraries that support sparse partial eigendecompositions (like SciPy's wrapping of arpack), and then libraries for some simple things that SciPy provides (e.g. histograms).


回答1:


There have been a few similar questions already on this topic:

  1. Java/Scala library for algebra, mathematics
  2. Java / Scala math library with elliptic integrals and bessel functions?
  3. Clojure or Scala for bioinformatics/biostatistics/medical research

Also, http://code.google.com/p/scalalab/ looks interesting.




回答2:


Blatant opportunism: I'm the author of numsca, the numpy for scala. Obviously the best in town.

Numsca lives here: https://github.com/botkop/numsca

Feedback appreciated.

Thank you.



来源:https://stackoverflow.com/questions/5612846/scipy-like-functionality-in-java-scala

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!