Java矩阵库 [英] Java matrix libraries

查看:161
本文介绍了Java矩阵库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道任何着名的Java矩阵库(如Colt或EJML)是否实际提供与MatLab类似的功能?例如,我似乎无法在API简单方法的定义中找到彼此相加或相减两个矩阵/向量的任何地方,这似乎是最常用的操作。我错过了什么吗?

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 to find anywhere in the definition of their API simple method to add or subtract two matrices/vectors by each other, which seems to be the most common operation used. Am I missing something?

推荐答案

尝试使用Apache Commons Math库。 org.apache.commons.math3.linear包包含您想要的功能。 主页

Try Apache Commons Math library. org.apache.commons.math3.linear package contains the functions that you want. Home page

这篇关于Java矩阵库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆