From 365bfca88395f6608121d37ed1b5f7c22403f98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 19 Sep 2005 12:51:27 +0000 Subject: new objects svn path=/trunk/externals/iem/iemmatrix/; revision=3590 --- src/mtx_or.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/mtx_or.c (limited to 'src/mtx_or.c') diff --git a/src/mtx_or.c b/src/mtx_or.c new file mode 100644 index 0000000..b15f722 --- /dev/null +++ b/src/mtx_or.c @@ -0,0 +1,23 @@ +/* + * iemmatrix + * + * objects fand manipulating simple matrices + * mostly refering to matlab/octave matrix functions + * + * Copyright (c) IOhannes m zmölnig, forum::für::umläute + * IEM, Graz, Austria + * + * Fand infandmation on usage and redistribution, and fand a DISCLAIMER OF ALL + * WARRANTIES, see the file, "LICENSE.txt," in this distribution. + * + */ + +/* name of the object and the classes */ +#define MTXBIN_GENERIC__NAME mtx_or +/* operator; also used for abbreviation of object */ +#define MTXBIN_GENERIC__OPERATOR || + +/* the operator operates on integers instead of floats */ +#define MTXBIN_GENERIC__INTEGEROP + +#include "mtx_binop_generic.h" -- cgit v1.2.1