Using NumPy and Cpython with Jython

前端 未结 5 1010
春和景丽
春和景丽 2020-11-30 07:46

I must use a commercial Java library, and would like to do it from Python. Jython is robust and I am fine with it being a few dot releases behind. However, I wo

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 08:45

    If you stick to vector and matrix maths, I suggest to have a look onto vectorz. It is a pure Java implementation and shall be 100% usable from within jython. I still didn't try it, but will soon, since I have the same necessity in finding a numpy alternative.

提交回复
热议问题