用于特征向量/特征值计算的 Java 包?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3290338/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-30 01:10:14  来源:igfitidea点击:

Java package for eigenvector/eigenvalues computation?

javapackageeigenvalueeigenvector

提问by lmsasu

which java package do you recommend for computing eigenvectors/eigenvalues? I know about JMathToolsand JAMA; do you have some pro/cons for these packages? Other suggestions?

你推荐哪个java包来计算特征向量/特征值?我了解JMathToolsJAMA;你对这些包有什么优点/缺点吗?其他建议?

回答by bitek

For a more centralized place on numerical computing in Java take a look at this website http://math.nist.gov/javanumerics/#libraries, that covers well known libraries presenting them in a convenient manner.

有关 Java 中数值计算的更集中的位置,请查看此网站http://math.nist.gov/javanumerics/#libraries,该网站涵盖了以方便的方式呈现它们的知名库。

What has been suggested so far is covered on that site, plus many other packages.

到目前为止所建议的内容都包含在该站点上,以及许多其他软件包。

Take the time and decide upon one that suits your needs. Enjoy.

花点时间决定适合您的需求。享受。

回答by Riduidel

Have you tried taking a look at JScience? I've not used it, but the folks behind JScience seems quite competent.

你试过看看JScience吗?我没有用过它,但 JScience 背后的人似乎很能干。

There is also UJMP, that I've also never tested.

还有UJMP,我也从未测试过。

回答by Mark

You might also want to look at Colt.

您可能还想看看Colt