Talk:QR decomposition: Difference between revisions

Content added Content deleted
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
: Is the D version (that is a port of the Common Lisp version) any better?


== Common Lisp example ==
== Common Lisp example ==