GNOME Bugzilla – Bug 691630
Rework QR decomposition
Last modified: 2013-01-13 19:31:17 UTC
Created attachment 233356 [details] [review] Patch Patch coming up reworking the QR decomposition in a way that reveals the sign of the determinant. This allows killing the entire LUPdecomp framework. Basing the linear solver on QR decomposition ought to be more precise, if for no other reason than because it uses QUADs. Note: I can find precisely two users of go_linear_solve: (1) nlsolve, in which it isn't that easy to trigger, and (2) go_non_linear_regression. There are no users of go_non_linear_regression itself.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.