Feeds
回答済み
Why would chol fail?
Hi,Stephan, thank you for your help and advice. I already revise it as follow L=chol(Ainv); M = L'*L; isequal(M,Ainv) ...
Why would chol fail?
Hi,Stephan, thank you for your help and advice. I already revise it as follow L=chol(Ainv); M = L'*L; isequal(M,Ainv) ...
8年弱 前 | 0
質問
Why would chol fail?
I have a positive definite sparse array Ainv. When I do the chol like L=chol(Ainv); M = L*L'; isequal(M,Ainv) I find...
8年弱 前 | 2 件の回答 | 0
