From: John Darrington Date: Wed, 10 May 2017 10:48:17 +0000 (+0200) Subject: FACTOR: Use consistent indexing when displaying matrices. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e25423f795545ca2bb69edede7ab73c24a89dc8;hp=2e25423f795545ca2bb69edede7ab73c24a89dc8;p=pspp FACTOR: Use consistent indexing when displaying matrices. In any sane use case this will make no difference, since all covariance and correlation matrices are symetrical. However for correctness and ease of debugging this helps. ---