aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_gauss-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-28 13:17:30 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-28 13:17:30 +0000
commita592e18c60d10b2a9079dd501a491df8540cf872 (patch)
treed03ed8a6fb4e84f5f478a1e639c732836a5c239b /doc/mtx_gauss-help.pd
parent6f7f6460189b2da25077438c8a13ccd20f2a0f00 (diff)
2 more help-patches
svn path=/trunk/externals/iem/iemmatrix/; revision=4798
Diffstat (limited to 'doc/mtx_gauss-help.pd')
-rw-r--r--doc/mtx_gauss-help.pd28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/mtx_gauss-help.pd b/doc/mtx_gauss-help.pd
new file mode 100644
index 0000000..547ef95
--- /dev/null
+++ b/doc/mtx_gauss-help.pd
@@ -0,0 +1,28 @@
+#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;