How do I set 'ilu' to replace the original 'luinc'
Show older comments
I was using 'luinc' to get an incomplete LU preconditioner for my iteration. Now the 'luinc' will be replaced by 'ilu' in the very near future. I want to change it into ilu version.
I checked both explanation for luinc and ilu to see if there is a simple update and failed.
For the moment I am using:
------------
[m_L, m_U] = luinc(sparse(A22),0)
------------
where A22 is the sparse matrix I am working with.
What's the corresponding 'ilu' version for my code??? I have not found it yet.
Can anyone help me please?
Answers (0)
Categories
Find more on Special Characters 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!