开发者

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

开发者 https://www.devze.com 2023-02-23 17:34 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

I'm trying to port some Pyth开发者_JAVA技巧on 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).


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消