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.
C ++で行列のMoore-Penrose疑似逆行列を計算しようとしています.誰かがライブラリの実装または数値レシピを教えてくれますか?
ありがとう!
「単一値分解」が必要です。ここから、C の数値レシピからC 実装を見つけることができます。
この他のサイトでは、単一値分解を使用して疑似逆数を計算する方法について説明しています。