Jython 是否有一个好的 NumPy 克隆版本?

发布于 2024-07-09 12:50:58 字数 1560 浏览 9 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

甜柠檬 2024-07-16 12:50:58

我找不到任何 numpy 克隆的东西,但是这里有一个很长的 Java 数字包列表 - 这些都应该可以从 Jython 中使用。 我猜哪一个满足你的要求取决于你用 numpy 做什么。

I can't find anything that's a clone of numpy, but there's a long list of Java numerics packages here - these should all be usable from Jython. Which one meets your requirements depends on what you're doing with numpy, I guess.

披肩女神 2024-07-16 12:50:58

威尔伯福斯基本上是正确的。

不过,我建议查看 Apache Commons Math 库——这将是替代品的更好选择Java 数字包比 wilberforce 的答案中列出的任何包都要好。

Wilberforce is essentially corrrect.

However, I suggest looking at the Apache Commons Math library -- that would be a better choice for a replacement Java numerics package than any of those listed in wilberforce's answer.

阳光①夏 2024-07-16 12:50:58

Incanter, a Clojure scientific/statistical computing library, uses the Parallel Colt Java libraries with great success: http://incanter.org/. One route may be to start using the PColt classes in Jython, and slowly build up Python-esque bindings for it, as Incanter provides? (Let me know if you have interest in this.)

勿忘初心 2024-07-16 12:50:58

sourceforge 上有一个名为 JNumeric 的版本:

sourceforge 版本已经很长时间没有发布了,但似乎 Jython 2.51 的更新版本也可用(我自己没有尝试过):

http://bitbucket.org/zornslemon/jnumeric-ra/downloads/

There is a build called JNumeric available on sourceforge:

The sourceforge version has not had a release in a long time, but it seems like an updated version for Jython 2.51 is also available (have not tried it myself):

http://bitbucket.org/zornslemon/jnumeric-ra/downloads/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文