Java matrix libraries

前端 未结 6 1175
情书的邮戳
情书的邮戳 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:39

    You may try my newly Java library (compatible with Java 6+) that can be used for all sorts of applications notably for performing multi-threaded matrix calculations (extending JAMA with multi-threading; currently 30% faster than the available open source libraries). You can check it out on GitHub:

    https://github.com/b-io/io.barras/tree/master/java/jupiter

    Note that each project is independent from each other and is under the very permissive MIT License.

提交回复
热议问题