Talk:QR decomposition: Difference between revisions

Content added Content deleted
(→‎C example: new section)
(About the Lisp example)
Line 9: Line 9:


The code does do the job, but is quite ugly, and overly long. Much improvement is needed, and all the matrix_delete() calls would make you appreciate garbage collection that much more. --[[User:Ledrug|Ledrug]] 01:26, 29 June 2011
The code does do the job, but is quite ugly, and overly long. Much improvement is needed, and all the matrix_delete() calls would make you appreciate garbage collection that much more. --[[User:Ledrug|Ledrug]] 01:26, 29 June 2011

== Common Lisp example ==

What is eye in make-householder? In array-range m and n seem useless.