From b837c41882b1cfa2263bfde9537be1ebcd0c9998 Mon Sep 17 00:00:00 2001 From: torset Date: Wed, 14 Jan 2009 09:35:00 +0000 Subject: add the interface for operation (interfaces for the operations with matrix in the two input are in matrixOperations) --- src/operations/interface/int_DotBackSlash.h | 93 +++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 src/operations/interface/int_DotBackSlash.h (limited to 'src/operations/interface/int_DotBackSlash.h') diff --git a/src/operations/interface/int_DotBackSlash.h b/src/operations/interface/int_DotBackSlash.h new file mode 100644 index 00000000..c082203e --- /dev/null +++ b/src/operations/interface/int_DotBackSlash.h @@ -0,0 +1,93 @@ +/* + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2008-2008 - INRIA - Bruno JOFRET + * + * This file must be used under the terms of the CeCILL. + * This source file is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at + * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + * + */ + +/* THIS IS AN AUTOMATICALLY GENERATED FILE : DO NOT EDIT BY HAND. */ + +#ifndef __INT_DOTDotBackSlash_H__ +#define __INT_DOTDotBackSlash_H__ + +/* Scalar .\ Scalar */ + +#define s0s0OpDotBackSlashs0(in1,in2) sldivs(in1,in2) + +#define d0d0OpDotBackSlashd0(in1,in2) dldivs(in1,in2) + +#define c0c0OpDotBackSlashc0(in1,in2) cldivs(in1,in2) + +#define z0z0OpDotBackSlashz0(in1,in2) zldivs(in1,in2) + +#define s0c0OpDotBackSlashc0(in1,in2) cldivs(FloatComplex(in1,0),in2) + +#define c0s0OpDotBackSlashc0(in1,in2) cldivs(in1,FloatComplex(in2,0)) + +#define d0z0OpDotBackSlashz0(in1,in2) zldivs(DoubleComplex(in1,0),in2) + +#define z0d0OpDotBackSlashz0(in1,in2) zldivs(in1,DoubleComplex(in2,0)) + + +/* Scalar .\ Matrix */ + +#define s0s2OpDotBackSlashs2(in1,in2,size,out) for(int i=0;i