Talk:QR decomposition: Difference between revisions

Content added Content deleted
Line 33: Line 33:
(mmul v (mtp v))))</lang>
(mmul v (mtp v))))</lang>
:::: <math>\beta</math> is a scalar value (since <math>v^T v</math> is a doct product), not a matrix, so making it a array will cause a type error. --[[User:Avi|Avi]] 16:07, 14 July 2011 (UTC)
:::: <math>\beta</math> is a scalar value (since <math>v^T v</math> is a doct product), not a matrix, so making it a array will cause a type error. --[[User:Avi|Avi]] 16:07, 14 July 2011 (UTC)
::::: What you have reverted breaks the code to me. Maybe I am using a different Common Lisp compiler? http://ideone.com/UUsVG