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.
我试图找到矩阵的逆。当它是奇异的时,我需要计算伪逆。我在 JAMA 文档中找不到类似伪逆的东西。我怎么能计算它?
jama为你做的
文件
public Matrix inverse() Matrix inverse or pseudoinverse Returns: inverse(A) if A is square, pseudoinverse otherwise.