From 2b60d55c919e7588f5aff15936e83c300b3660bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 22 Mar 2005 20:58:25 +0000 Subject: zexy-2.0: - use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641 --- examples/mtx_inverse.pd | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 examples/mtx_inverse.pd (limited to 'examples/mtx_inverse.pd') diff --git a/examples/mtx_inverse.pd b/examples/mtx_inverse.pd deleted file mode 100644 index 9cca9fe..0000000 --- a/examples/mtx_inverse.pd +++ /dev/null @@ -1,18 +0,0 @@ -#N canvas 50 156 465 427 10; -#X obj 92 208 mtx_inverse; -#X obj 92 292 mtx_print; -#X msg 103 140 matrix 3 3 1 2 3 2 3 4 3 4 5; -#X text 280 142 singular; -#X msg 92 108 matrix 3 3 1 2 4 2 3 4 3 4 5; -#X text 265 107 regular; -#X text 85 310 get the inverse of a matrix; -#X text 286 158 regular; -#X text 287 168 but badly conditioned; -#X msg 111 164 matrix 3 3 1 2 3 2 4 4 3 4 5; -#X text 82 26 get the inverse of a matrix; -#X obj 233 381 matrix; -#X text 116 381 see also help for; -#X connect 0 0 1 0; -#X connect 2 0 0 0; -#X connect 4 0 0 0; -#X connect 9 0 0 0; -- cgit v1.2.1