<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 6, 2013 at 9:57 AM, Paul Mullowney <span dir="ltr"><<a href="mailto:paulm@txcorp.com" target="_blank">paulm@txcorp.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":3uv">This works. Thanks.<br>
<br>
Does the Cholesky/ICC factorization have a specialized storage i.e. like the ILU storage?</div></blockquote></div><br>There is only one triangular factor so it's not "special". You could write an ICC that duplicated storage by copying the factor to optimize back-solves for streaming, but it's of very little value compared to just using ILU.</div>
</div>