Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Apache Commons Math を使用して行列の固有値を取得するにはどうすればよいですか? EigenDecomposition と QRDecomposition の 2 つのクラスがあることは知っていますが、それらを組み合わせて固有値を取得する方法を教えてください。
なぜそれらを組み合わせるのですか?QR は固有値を与えることができます:
http://en.wikipedia.org/wiki/QR_algorithm