diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2009-06-09 20:01:55 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2009-06-09 20:01:55 +0000 |
commit | 678b221a9b3323cc66e13b31ae1f53fa1138f32f (patch) | |
tree | 5058527e095bd22eaf0a473988bca82cf5b800ff /doc | |
parent | ecbfff1732bf4e2e555e648aa81b9f1ca4ac94c2 (diff) |
adding [mtx_qr] using gsl support; performs QR-decomposition, but Q is not implemented yet.
svn path=/trunk/externals/iem/iemmatrix/; revision=11727
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mtx_qr-help.pd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/mtx_qr-help.pd b/doc/mtx_qr-help.pd new file mode 100644 index 0000000..eb88ea1 --- /dev/null +++ b/doc/mtx_qr-help.pd @@ -0,0 +1,17 @@ +#N canvas 0 0 670 367 10; +#X obj 93 216 mtx_qr; +#X obj 93 108 mtx_rand; +#X obj 93 131 t a a; +#X text 442 338 Franz Zotter \, 2009; +#X obj 169 155 mtx_print A; +#X msg 93 85 4 3; +#X obj 201 298 mtx_print R; +#X obj 93 298 mtx_print Q; +#X text 353 153 A = Q * R; +#X text 64 24 [mtx_qr] qr decomposition using gsl; +#X connect 0 0 7 0; +#X connect 0 1 6 0; +#X connect 1 0 2 0; +#X connect 2 0 0 0; +#X connect 2 1 4 0; +#X connect 5 0 1 0; |