Java matrix libraries

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

    You can use this one. It is very simple and supply basic matrix operations.

    You can add/substract/multiply etc 2d matrixes and vectors.

提交回复
热议问题