aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_transpose.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mtx_transpose.pd')
-rw-r--r--doc/mtx_transpose.pd16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/mtx_transpose.pd b/doc/mtx_transpose.pd
index afe5c7b..4f30f96 100644
--- a/doc/mtx_transpose.pd
+++ b/doc/mtx_transpose.pd
@@ -1,4 +1,4 @@
-#N canvas 199 -133 718 600 10;
+#N canvas 199 0 718 600 10;
#X obj 48 162 mtx_print;
#X obj 48 134 mtx_transpose;
#X obj 48 81 mtx_ones;
@@ -21,7 +21,7 @@
\; ...);
#X text 143 299 shift amount (0=no-shift \; 1=1-row-down \; -2=2-rows-up
\; ...);
-#X text 29 419 pivot-transform a matrix;
+#X text 29 409 pivot-transform a matrix;
#X obj 33 494 mtx_pivot;
#N canvas 352 114 190 367 rand-matrix 0;
#X obj 74 163 inlet;
@@ -33,8 +33,8 @@
#X connect 2 0 3 0;
#X connect 3 0 4 0;
#X connect 4 0 1 0;
-#X restore 33 458 pd rand-matrix;
-#X msg 33 436 4 3;
+#X restore 33 448 pd rand-matrix;
+#X msg 33 426 4 3;
#X obj 82 515 mtx_print post;
#X obj 57 535 mtx_print pre;
#X obj 33 575 mtx_print pivot;
@@ -48,6 +48,9 @@ for de-pivoting.;
#X text 281 445 this will tranform the columns and rows \, so that
the result will have all maximum values in the diagonale. the maximum
of the matrix will be located at the upper-left corner.;
+#X obj 33 471 t a a;
+#X obj 73 471 mtx_print original;
+#X msg 145 429 matrix 4 3 1 2 3 4 5 6 7 8 9 10 11 12;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
#X connect 3 0 2 0;
@@ -62,5 +65,8 @@ of the matrix will be located at the upper-left corner.;
#X connect 21 0 26 0;
#X connect 21 1 25 0;
#X connect 21 2 24 0;
-#X connect 22 0 21 0;
+#X connect 22 0 32 0;
#X connect 23 0 22 0;
+#X connect 32 0 21 0;
+#X connect 32 1 33 0;
+#X connect 34 0 32 0;