用于特征向量/特征值计算的 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
Java package for eigenvector/eigenvalues computation?
提问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包来计算特征向量/特征值?我了解JMathTools和JAMA;你对这些包有什么优点/缺点吗?其他建议?
回答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.
花点时间决定适合您的需求。享受。

