<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    I was looking at the release notes for 3.19.0 and noted the comment:
    <blockquote>
      <p>Deprecate all MatPreallocate* routines. These are no longer
        needed since non-preallocated matrices will now be as fast as
        using them</p>
    </blockquote>
    <p>My interpretation of this is that I can now comment out all the
      MatPreallocate* lines in my code and it will run just fine (and be
      as fast as before) and no other change are necessary -- with the
      side benefit of no longer having to maintain my preallocation
      code.</p>
    <p>Have I read this correctly?<br>
    </p>
    <p>-sanjay</p>
  </body>
</html>