Update of /cvsroot/pure-data/externals/iem/iemmatrix/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11878
Modified Files: iemmatrix.c iemmatrix.h mtx_binops.c mtx_check.c mtx_col.c mtx_diag.c mtx_diegg.c mtx_egg.c mtx_element.c mtx_eye.c mtx_inverse.c mtx_matrix.c mtx_mean.c mtx_ones.c mtx_pivot.c mtx_print.c mtx_rand.c mtx_resize.c mtx_roll.c mtx_row.c mtx_scroll.c mtx_size.c mtx_tilde.c mtx_trace.c mtx_transpose.c mtx_zeros.c Log Message: changed license-text (now references LICENSE.txt instead of LGPL)
Index: mtx_mean.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_mean.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_mean.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_mean.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_row.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_row.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_row.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_row.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_diegg.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_diegg.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_diegg.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_diegg.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_scroll.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_scroll.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_scroll.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_scroll.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_diag.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_diag.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_diag.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_diag.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_element.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_element.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_element.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_element.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_trace.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_trace.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_trace.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_trace.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_col.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_col.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_col.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_col.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_transpose.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_transpose.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_transpose.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_transpose.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_check.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_check.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_check.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_check.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_matrix.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_matrix.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_matrix.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_matrix.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_egg.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_egg.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_egg.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_egg.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_binops.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_binops.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mtx_binops.c 30 Mar 2005 12:12:33 -0000 1.2 --- mtx_binops.c 12 Apr 2005 09:01:36 -0000 1.3 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_resize.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_resize.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_resize.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_resize.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_pivot.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_pivot.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mtx_pivot.c 30 Mar 2005 12:07:31 -0000 1.2 --- mtx_pivot.c 12 Apr 2005 09:01:36 -0000 1.3 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */ *************** *** 81,85 **** for (k=0; k<min_rowcol; k++){ // 1. find max_element ! t_matrixfloat tmp = fabsf(buffer[k*(1+col)]); pivot_row = pivot_col = k;
--- 81,85 ---- for (k=0; k<min_rowcol; k++){ // 1. find max_element ! t_float tmp = fabsf(buffer[k*(1+col)]); pivot_row = pivot_col = k;
*************** *** 89,93 **** j=col-k; while(j--){ ! t_matrixfloat f = fabsf(*buf++); if ((ascending && f>tmp) || (!ascending && f<tmp)) { tmp=f; --- 89,93 ---- j=col-k; while(j--){ ! t_float f = fabsf(*buf++); if ((ascending && f>tmp) || (!ascending && f<tmp)) { tmp=f;
Index: mtx_tilde.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_tilde.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_tilde.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_tilde.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: iemmatrix.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/iemmatrix.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** iemmatrix.c 30 Mar 2005 12:13:15 -0000 1.2 --- iemmatrix.c 12 Apr 2005 09:01:36 -0000 1.3 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */ *************** *** 29,32 **** --- 29,33 ---- void mtx_ones_setup(); void mtx_pivot_setup(); + void mtx_semipivot_setup(); void mtx_rand_setup(); void mtx_resize_setup(); *************** *** 56,59 **** --- 57,61 ---- mtx_ones_setup(); mtx_pivot_setup(); + mtx_semipivot_setup(); mtx_rand_setup(); mtx_resize_setup();
Index: mtx_print.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_print.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mtx_print.c 30 Mar 2005 12:06:29 -0000 1.2 --- mtx_print.c 12 Apr 2005 09:01:36 -0000 1.3 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_size.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_size.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_size.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_size.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_roll.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_roll.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_roll.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_roll.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_zeros.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_zeros.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_zeros.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_zeros.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_rand.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_rand.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_rand.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_rand.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_ones.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_ones.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_ones.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_ones.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_eye.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_eye.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_eye.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_eye.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: mtx_inverse.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_inverse.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mtx_inverse.c 21 Mar 2005 14:33:31 -0000 1.1.1.1 --- mtx_inverse.c 12 Apr 2005 09:01:36 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */
Index: iemmatrix.h =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/iemmatrix.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** iemmatrix.h 30 Mar 2005 12:11:24 -0000 1.2 --- iemmatrix.h 12 Apr 2005 09:01:36 -0000 1.3 *************** *** 5,22 **** /* ************************************* */
! /* IEMMATRIX is a runtime-library for miller s. puckette's realtime-computermusic-software "pure data" * therefore you NEED "pure data" to make any use of the IEMMATRIX external * (except if you want to use the code for other things) - * download "pure data" at * ! * http://pd.iem.at ! * ftp://iem.at/pd * - * - * IEMMATRIX is published under the Lesser GNU GeneralPublicLicense (LGPL), - * that must be shipped with IEMMATRIX. - * if you are using Debian GNU/linux, - * the lesser GNU-GPL can be found under /usr/share/common-licenses/LGPL - * if you still haven't found a copy of the lesser GNU-GPL, have a look at http://www.gnu.org * * "pure data" has it's own license, that comes shipped with "pure data". --- 5,26 ---- /* ************************************* */
! /* ! * IEMMATRIX is a runtime-library ! * for miller s. puckette's realtime-computermusic-software "pure data" * therefore you NEED "pure data" to make any use of the IEMMATRIX external * (except if you want to use the code for other things) * ! * you can get "pure data" at ! * http://pd.iem.at ! * ftp://iem.at/pd ! */ ! ! /* ! * Copyright (c) IOhannes m zmölnig, forum::für::umläute ! * IEM, Graz, Austria ! * ! * For information on usage and redistribution, and for a DISCLAIMER OF ALL ! * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * * * "pure data" has it's own license, that comes shipped with "pure data". *************** *** 117,121 **** void mtx_binscalar_free(t_mtx_binscalar *x);
- - #endif --- 121,123 ----