How to take into account complex numbers in ichol() function?
Show older comments
When using the function ichol() in Matlab to compute the incomplete Cholesky factorization it ignores the complex part of the matrix. That is, L = ichol(A) is equal to L = ichol(real(A)). Here, matrix A is a complex and sparse matrix.
Does anyone know how to resolve this issue?
2 Comments
Steven Lord
on 4 Jul 2017
Can you post a small sample A that demonstrates this behavior?
jeroen12389
on 4 Jul 2017
Answers (0)
Categories
Find more on Sparse Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!