问题描述
使用它一段时间后,我真的很喜欢Numpy多维数组。使用简洁但可读且相当通用的代码编写算法是有帮助的。我希望在Java中有同样的东西。在用自己的类似Numpy的API编码多维数组之前,有没有这样的事情?
After using it for a while, I really like the Numpy multi-dimensional array. It's helpful to write algorithms with a concise yet readable and fairly general code. I wish to have the same thing in Java. Before coding a multi-dimensional array with a Numpy-like API myself, is there such a thing already ?
[PS]我搜索了一下,没看到
[PS] I searched a bit, did not see
推荐答案
所以最接近的比赛似乎是柯尔特!
So the closest match seems to be Colt ! http://acs.lbl.gov/software/colt/
它具有多维数组对象,数组视图和通常的线性代数!它看起来效率很高。
It features a multi-dimensional array object, views over an array and your usual linear algebra ! And it's seems to be rather efficient.
这篇关于Java等效于Numpy多维对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!