[SciPy-Dev] Slight change in lstsq accuracy for 0.17 - expected?

Matthew Brett matthew.brett at gmail.com
Thu Mar 17 15:30:28 EDT 2016


On Thu, Mar 17, 2016 at 2:30 AM, Olivier Grisel
<olivier.grisel at ensta.org> wrote:
> Can you check with Atlas on linux then?

Yes, same idea, this on another computer, Debian packaged ATLAS:

Sympy high-precision pinv SSE
72.0232781366615313
Local numpy 1.10.4 linalg pinv
72.0232781366614176
Local scipy 0.16.0 linalg pinv
72.0232781366600392
Local scipy 0.17.0 linalg pinv
72.0232781368149233

Difference at 10th dp, but still two orders of magnitude different
from the other variations.

https://github.com/matthew-brett/scipy-pinv/blob/master/pinv_futz.py

Matthew



More information about the SciPy-Dev mailing list