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

2019-02-08 16:26发布

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).

2条回答
你好瞎i
2楼-- · 2019-02-08 17:05

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.

查看更多
登录 后发表回答