From 95a5b90c683bb257dbf3fb8e3bc43ef348e4c7fb Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Tue, 5 Sep 2006 12:50:05 +0000 Subject: a lot of complex valued matrix computation abstractions: complex matrix inverse via real valued hermitian matrix, complex-valued division, complex absolute square, complex multiplication... and linear and logarithmic sweep abstractions. svn path=/trunk/externals/iem/iemmatrix/; revision=5871 --- abs/mtx_cinverse-help.pd | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 abs/mtx_cinverse-help.pd (limited to 'abs/mtx_cinverse-help.pd') diff --git a/abs/mtx_cinverse-help.pd b/abs/mtx_cinverse-help.pd new file mode 100644 index 0000000..c64368d --- /dev/null +++ b/abs/mtx_cinverse-help.pd @@ -0,0 +1,42 @@ +#N canvas 210 487 841 379 10; +#X text 482 28 part of iemmatrix; +#X obj 36 61 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 76 153 mtx_print realX; +#X obj 186 154 mtx_print imagX; +#X obj 36 153 t a a; +#X text 44 34 [mtx_cinverse]; +#X text 166 69 complex valued matrix inverse; +#X text 441 116 inletA: real part of matrix; +#X text 440 135 inletB: imaginary part of matrix; +#X obj 36 179 mtx_cinverse; +#X obj 36 218 mtx_print realcinv; +#X obj 167 218 mtx_print imagcinv; +#X obj 36 85 t b b; +#X obj 300 217 print instability_detected; +#X obj 139 276 mtx_cmul; +#X msg 37 104 2 2; +#X msg 66 104 2 2; +#X obj 36 129 mtx_rand; +#X obj 96 129 mtx_rand; +#X obj 139 296 mtx_print eye_re; +#X obj 256 296 mtx_print eye_im; +#X connect 1 0 12 0; +#X connect 4 0 9 0; +#X connect 4 1 3 0; +#X connect 4 1 14 2; +#X connect 9 0 10 0; +#X connect 9 0 14 0; +#X connect 9 1 11 0; +#X connect 9 1 14 1; +#X connect 9 2 13 0; +#X connect 12 0 15 0; +#X connect 12 1 16 0; +#X connect 14 0 19 0; +#X connect 14 1 20 0; +#X connect 15 0 17 0; +#X connect 16 0 18 0; +#X connect 17 0 4 0; +#X connect 18 0 2 0; +#X connect 18 0 9 1; +#X connect 18 0 14 3; -- cgit v1.2.1