Java matrix libraries

前端 未结 6 1166
情书的邮戳
情书的邮戳 2020-11-28 08:02

I was wondering whether any of the well-known matrix libraries for Java, such as Colt or EJML, actually provide similar functionality as MatLab? For instance, I can\'t seem

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 08:45

    There is also la4j library that supports functional programming features as functors. You can use transform() method with manual hi-order function.

提交回复
热议问题