Java equivalent for the Numpy multi-dimensional object

后端 未结 7 1395
南旧
南旧 2020-12-24 02:43

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

相关标签:
7条回答
  • 2020-12-24 03:38

    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.

    0 讨论(0)
提交回复
热议问题