<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 03/06/2013 09:09 AM, Jed Brown wrote:
    <blockquote
cite="mid:CAM9tzSnWU4SXKW8BJd9RKUqOtoR635kZ+JJ+Ey0SPWCGW4G97g@mail.gmail.com"
      type="cite">
      <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 moz-do-not-send="true"
                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>
        </div>
      </div>
    </blockquote>
    <br>
    This answers my question. Thanks. Agreed that ILU is the way to go.<br>
    <br>
    <blockquote
cite="mid:CAM9tzSnWU4SXKW8BJd9RKUqOtoR635kZ+JJ+Ey0SPWCGW4G97g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">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>
    </blockquote>
    <br>
  </body>
</html>