- From: <bugzilla@jessica.w3.org>
- Date: Thu, 19 May 2011 18:04:20 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12705 --- Comment #4 from Benjamin Peterson <benjamin@python.org> 2011-05-19 18:04:20 UTC --- Let a b c d be a matrix where a, b, c, d are some floating point data type. We'll say it's singular iff a*d == c*b. This mostly defeats mistakes like passing the zero matrix or a simple non-invertible one. I'm not sure why we'd have to worry about them being close to equal. It should only arise with pathological matrices. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Thursday, 19 May 2011 18:04:22 UTC