diff options
author | jofret | 2010-06-21 07:18:15 +0000 |
---|---|---|
committer | jofret | 2010-06-21 07:18:15 +0000 |
commit | 7a35f83fa20927d71dd1b1f792dea35c7e9d5f47 (patch) | |
tree | 061b04332f2b1ead837b94136f7e52836c8c6ae7 /src/c/matrixOperations/interfaces | |
parent | acf31d2ac4a9a0a0df7f7ca46af3c10c383a806b (diff) | |
download | scilab2c-7a35f83fa20927d71dd1b1f792dea35c7e9d5f47.tar.gz scilab2c-7a35f83fa20927d71dd1b1f792dea35c7e9d5f47.tar.bz2 scilab2c-7a35f83fa20927d71dd1b1f792dea35c7e9d5f47.zip |
Hypermatrix management : disp && zeros
Diffstat (limited to 'src/c/matrixOperations/interfaces')
-rw-r--r-- | src/c/matrixOperations/interfaces/int_zeros.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c/matrixOperations/interfaces/int_zeros.h b/src/c/matrixOperations/interfaces/int_zeros.h index 3b738608..4bc32138 100644 --- a/src/c/matrixOperations/interfaces/int_zeros.h +++ b/src/c/matrixOperations/interfaces/int_zeros.h @@ -1,6 +1,7 @@ /* * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab * Copyright (C) 2008-2008 - INRIA - Bruno JOFRET + * Copyright (C) 2010-2010 - DIGITEO - 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 @@ -49,5 +50,5 @@ #define z2zerosz2(in,size,out) zzerosa(out, size[0], size[1]) - +#define d0d0d0zerosd3(in1, in2, in3, out) dzerosh(out, in1, in2, in3); #endif /* !__INT_ZEROS_H__ */ |