How can I perform the modified Cholesky factorization in MATLAB?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 8 Nov. 2011
Bearbeitet: MathWorks Support Team
am 26 Dez. 2022
I would like to perform a modified Cholesky factorization for matrices that are not necessarily positive definite in MATLAB.
Akzeptierte Antwort
MathWorks Support Team
am 26 Dez. 2022
Bearbeitet: MathWorks Support Team
am 26 Dez. 2022
The ability to perform the modified Cholesky factorization is not available in MATLAB.
However, a third-party MATLAB file is available on the MATLAB Central File Exchange:
Please note that any questions relating to files downloaded from MATLAB Central should be directed to the author(s) of those files.
Starting with MATLAB R2006b, the LDL function is available which can achieve Cholesky decomposition without taking the square root.
However the assumption that the input matrix is square, symmetric, positive definite still holds.
Documentation for the ICHOL function which performs incomplete Cholesky factorization is available at the following link:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!