diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2009-01-09 10:02:23 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2009-01-09 10:02:23 +0000 |
commit | 8721acc0c0329ef6e63107c44e1bb61fae26f015 (patch) | |
tree | 3b45967f7c07199fc15585ed34eaf997e9d6d2b9 /doc | |
parent | e4b95a34766d815448577fc94d5241819b2cef6c (diff) |
added [mtx_svd] for singular value decomposition with the GNU scientific library support. config.h.in and configure.ac correspondingly modified.
svn path=/trunk/externals/iem/iemmatrix/; revision=10493
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mtx_svd-help.pd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/mtx_svd-help.pd b/doc/mtx_svd-help.pd new file mode 100644 index 0000000..7fd0f3a --- /dev/null +++ b/doc/mtx_svd-help.pd @@ -0,0 +1,23 @@ +#N canvas 482 188 717 423 12; +#X obj 93 216 mtx_svd; +#X obj 93 108 mtx_rand; +#X obj 309 275 mtx_transpose; +#X obj 201 273 mtx_diag; +#X obj 93 131 t a a; +#X text 64 24 [mtx_svd] singular value decomposition using gsl; +#X text 442 338 Franz Zotter \, 2009; +#X text 353 153 A = U * S * V^T; +#X obj 93 298 mtx_print U; +#X obj 201 299 mtx_print S; +#X obj 309 298 mtx_print V^T; +#X obj 169 155 mtx_print A; +#X msg 93 85 4 3; +#X connect 0 0 8 0; +#X connect 0 1 3 0; +#X connect 0 2 2 0; +#X connect 1 0 4 0; +#X connect 2 0 10 0; +#X connect 3 0 9 0; +#X connect 4 0 0 0; +#X connect 4 1 11 0; +#X connect 12 0 1 0; |