invchol_durbin(T)
Finds the inverse of the Cholesky factor of the positive definite Hermitian symmetric Toeplitz matrix T (N>=2) using Durbin recursions [1].
Aravindh Krishnamoorthy, aravindh.krishnamoorthy@fau.de, 04-Sep-2015.
Released under the 2-clause BSD license.
[1] Gene H. Golub, Charles F. Van Loan, Matrix Computations, Third Edition, Algorithm 4.7.1 (Durbin).
Cite As
Aravindh Krishnamoorthy (2023). invchol_durbin(T) (https://www.mathworks.com/matlabcentral/fileexchange/52847-invchol_durbin-t), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | A minor change to the initial value of 'a'. |