Update of /cvsroot/pure-data/externals/iem/iemmatrix/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21111
Added Files: mtx_cholesky-help.pd mtx_gauss-help.pd Log Message: 2 more help-patches
--- NEW FILE: mtx_gauss-help.pd --- #N canvas 66 122 731 401 10; #X text 458 17 updated for; #X obj 546 17 iemmatrix 0.2; #X text 465 42 see also help for; #X text 26 12 mtx_gauss:: gauss elimination algorithm; #X text 71 62 apply row- & column-transformation to a matrix to shape it into an upper-triangle matrix; #X obj 595 43 matrix; #X obj 595 63 abs; #X msg 174 146 bang; #X obj 174 190 t a a; #X msg 87 144 bang; #X obj 87 165 mtx_rand 5; #X obj 174 167 mtx_eye 5; #X obj 264 167 mtx_egg 5; #X obj 204 235 mtx_print original; #X msg 264 144 bang; #X obj 174 270 mtx_gauss; #X obj 174 327 mtx_print gauss; #X connect 7 0 11 0; #X connect 8 0 15 0; #X connect 8 1 13 0; #X connect 9 0 10 0; #X connect 10 0 8 0; #X connect 11 0 8 0; #X connect 12 0 8 0; #X connect 14 0 12 0; #X connect 15 0 16 0;
--- NEW FILE: mtx_cholesky-help.pd --- #N canvas 16 0 491 405 10; #X text 66 325 updated for; #X obj 154 325 iemmatrix 0.2; #X obj 203 351 matrix; #X text 73 350 see also help for; #X obj 203 371 mtx_gauss; #X text 26 12 mtx_cholesky:: decompose a matrix using cholesky's algorithm ; #X msg 176 54 bang; #X obj 176 98 t a a; #X obj 176 75 mtx_eye 5; #X obj 266 75 mtx_egg 5; #X obj 176 235 mtx_print symmetric; #X obj 206 143 mtx_print original; #X msg 266 52 bang; #X obj 176 178 mtx_cholesky; #X msg 53 53 bang; #X obj 53 74 mtx_diag 1 2 3 5; #X connect 6 0 8 0; #X connect 7 0 13 0; #X connect 7 1 11 0; #X connect 8 0 7 0; #X connect 9 0 7 0; #X connect 12 0 9 0; #X connect 13 0 10 0; #X connect 14 0 15 0; #X connect 15 0 7 0;