User talk:Petelomax: Difference between revisions

Line 90:
Hi Pete. In the Phix code for QR decomposition I spotted a minor typo when translating to VBA. When you copy a into R i is taken from 1 to n in stead of m. For a non square matrix the Phix solution won't work. [[User:Dedalus|Dedalus]] ([[User talk:Dedalus|talk]]) 11:03, 15 March 2019 (UTC)
:Thanks, but m>=n, so changing it would only ever result in (m-n) null j-loops. I can see why you needed it for VBA though. --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 12:22, 15 March 2019 (UTC)
:Oh, be warned the distribution copy contains this, which I've now copied into the rc page:
<lang Phix>--
-- Programming note: The code of this main loop was not as easily
7,806

edits