[Bug 12705] setTransform spec silent on what to do with singular matrices

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