I will often output a matrix that looks like this:<br><br>1 -4.12726e-10 3.91703e-10 5.2556e-12 <br>4.12726e-10 1 7.75407e-10 -7.62694e-10 <br>-3.91703e-10 -7.75407e-10 1 7.57439e-10 <br> 0 0 0 1 <br><br>Can you tell what it is?! It&#39;s a 4x4 identity matrix! Clearly there is nothing that can be done about the floating point precision, but maybe a few setw()&#39;s can be added or something to clean this up so at least it appears to have a 4x4 structure - and the widths of each column could be the same no matter how many significant digits that entry contains.<br>
<br>Is this feature request-worthy?<br><br clear="all">Thanks,<br><br>David<br>