fread( (void *)K, sizeof(double), SIZE*SIZE, fpK )<br><br><div class="gmail_quote">On Wed, Jul 13, 2011 at 12:41 AM, John Chludzinski <span dir="ltr">&lt;<a href="mailto:jchludzinski@gmail.com">jchludzinski@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>I have a matrix stored as a sequential list of binary values (not PETSc binary form) that I read in with a single block read:<br>
</div><div><br></div><div>   read( (void *)K, sizeof(double), SIZE*SIZE, fpK ).</div><div>
<br></div><div>How do I convert this simple binary file of (sequentially stored) doubles into a &quot;PETSc binary matrix file&quot;?</div><div><br></div><font color="#888888"><div>---John</div>
</font></blockquote></div><br>