From f08e63e652a564b3f805b69c05948e497c7b28f6 Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Mon, 6 Jun 2016 09:18:33 +0530 Subject: File handling functions added --- .../c/matrixOperations/interfaces/int_cumprod.h | 26 +++++++++++----------- .../src/c/matrixOperations/interfaces/int_cumsum.h | 26 +++++++++++----------- .../c/matrixOperations/interfaces/int_flipdim.h | 26 +++++++++++----------- 2.3-1/src/c/matrixOperations/interfaces/int_kron.h | 26 +++++++++++----------- .../c/matrixOperations/interfaces/int_permute.h | 20 ++++++++--------- 2.3-1/src/c/matrixOperations/interfaces/int_tril.h | 26 +++++++++++----------- 2.3-1/src/c/matrixOperations/interfaces/int_triu.h | 26 +++++++++++----------- 7 files changed, 88 insertions(+), 88 deletions(-) (limited to '2.3-1/src/c/matrixOperations/interfaces') diff --git a/2.3-1/src/c/matrixOperations/interfaces/int_cumprod.h b/2.3-1/src/c/matrixOperations/interfaces/int_cumprod.h index 722efbba..5ba3cc7a 100644 --- a/2.3-1/src/c/matrixOperations/interfaces/int_cumprod.h +++ b/2.3-1/src/c/matrixOperations/interfaces/int_cumprod.h @@ -1,21 +1,21 @@ -// Copyright (C) 2016 - IIT Bombay - FOSSEE -// -// 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 -// Author: Siddhesh Wani -// Organization: FOSSEE, IIT Bombay -// Email: toolbox@scilab.in - +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + 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 + Author: Siddhesh Wani + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #ifndef __INT_CUMPROD_H__ #define __INT_CUMPROD_H__ #ifdef __cplusplus -#extern "C" { +extern "C" { #endif #define d0cumprodd0(in) in @@ -48,7 +48,7 @@ #ifdef __cplusplus -#} /* extern "C" */ +} /* extern "C" */ #endif #endif /*__INT_CUMPROD_H__*/ diff --git a/2.3-1/src/c/matrixOperations/interfaces/int_cumsum.h b/2.3-1/src/c/matrixOperations/interfaces/int_cumsum.h index c09a9b46..0eda0ac9 100644 --- a/2.3-1/src/c/matrixOperations/interfaces/int_cumsum.h +++ b/2.3-1/src/c/matrixOperations/interfaces/int_cumsum.h @@ -1,21 +1,21 @@ -// Copyright (C) 2016 - IIT Bombay - FOSSEE -// -// 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 -// Author: Siddhesh Wani -// Organization: FOSSEE, IIT Bombay -// Email: toolbox@scilab.in - +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + 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 + Author: Siddhesh Wani + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #ifndef __INT_CUMSUM_H__ #define __INT_CUMSUM_H__ #ifdef __cplusplus -#extern "C" { +extern "C" { #endif #define d0cumsumd0(in) in @@ -48,7 +48,7 @@ #ifdef __cplusplus -#} /* extern "C" */ +} /* extern "C" */ #endif #endif /*__INT_CUMSUM_H__*/ diff --git a/2.3-1/src/c/matrixOperations/interfaces/int_flipdim.h b/2.3-1/src/c/matrixOperations/interfaces/int_flipdim.h index d3996563..0c27181f 100644 --- a/2.3-1/src/c/matrixOperations/interfaces/int_flipdim.h +++ b/2.3-1/src/c/matrixOperations/interfaces/int_flipdim.h @@ -1,21 +1,21 @@ -// Copyright (C) 2016 - IIT Bombay - FOSSEE -// -// 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 -// Author: Siddhesh Wani -// Organization: FOSSEE, IIT Bombay -// Email: toolbox@scilab.in - +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + 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 + Author: Siddhesh Wani + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #ifndef __INT_FLIPDIM_H__ #define __INT_FLIPDIM_H__ #ifdef __cplusplus -#extern "C" { +extern "C" { #endif #define d0d0flipdimd0(in1, in2) in1 @@ -103,7 +103,7 @@ #ifdef __cplusplus -#} /* extern "C" */ +} /* extern "C" */ #endif #endif /*__INT_FLIPDIM_H__*/ diff --git a/2.3-1/src/c/matrixOperations/interfaces/int_kron.h b/2.3-1/src/c/matrixOperations/interfaces/int_kron.h index 93d25756..a6fbaab1 100644 --- a/2.3-1/src/c/matrixOperations/interfaces/int_kron.h +++ b/2.3-1/src/c/matrixOperations/interfaces/int_kron.h @@ -1,21 +1,21 @@ -// Copyright (C) 2016 - IIT Bombay - FOSSEE -// -// 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 -// Author: Siddhesh Wani -// Organization: FOSSEE, IIT Bombay -// Email: toolbox@scilab.in - +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + 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 + Author: Siddhesh Wani + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #ifndef __INT_KRON_H__ #define __INT_KRON_H__ #ifdef __cplusplus -#extern "C" { +extern "C" { #endif #define d0d0krond0(in1, in2) in1*in2 @@ -37,7 +37,7 @@ in2, size2[0], size2[1], out); #ifdef __cplusplus -#} /* extern "C" */ +} /* extern "C" */ #endif #endif /*__INT_KRON_H__*/ diff --git a/2.3-1/src/c/matrixOperations/interfaces/int_permute.h b/2.3-1/src/c/matrixOperations/interfaces/int_permute.h index 5f2bea58..66049aca 100644 --- a/2.3-1/src/c/matrixOperations/interfaces/int_permute.h +++ b/2.3-1/src/c/matrixOperations/interfaces/int_permute.h @@ -1,14 +1,14 @@ -// Copyright (C) 2016 - IIT Bombay - FOSSEE -// -// 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 -// Author: Siddhesh Wani -// Organization: FOSSEE, IIT Bombay -// Email: toolbox@scilab.in +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + 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 + Author: Siddhesh Wani + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #ifndef __INT_PERMUTE_H__ #define __INT_PERMUTE_H__ diff --git a/2.3-1/src/c/matrixOperations/interfaces/int_tril.h b/2.3-1/src/c/matrixOperations/interfaces/int_tril.h index d362aabf..6d694519 100644 --- a/2.3-1/src/c/matrixOperations/interfaces/int_tril.h +++ b/2.3-1/src/c/matrixOperations/interfaces/int_tril.h @@ -1,21 +1,21 @@ -// Copyright (C) 2016 - IIT Bombay - FOSSEE -// -// 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 -// Author: Siddhesh Wani -// Organization: FOSSEE, IIT Bombay -// Email: toolbox@scilab.in - +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + 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 + Author: Siddhesh Wani + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #ifndef __INT_TRIL_H__ #define __INT_TRIL_H__ #ifdef __cplusplus -#extern "C" { +extern "C" { #endif #define d0trild0(in) in @@ -56,7 +56,7 @@ #ifdef __cplusplus -#} /* extern "C" */ +} /* extern "C" */ #endif #endif /*__INT_TRIL_H__*/ diff --git a/2.3-1/src/c/matrixOperations/interfaces/int_triu.h b/2.3-1/src/c/matrixOperations/interfaces/int_triu.h index fd5448ec..1aef3115 100644 --- a/2.3-1/src/c/matrixOperations/interfaces/int_triu.h +++ b/2.3-1/src/c/matrixOperations/interfaces/int_triu.h @@ -1,21 +1,21 @@ -// Copyright (C) 2016 - IIT Bombay - FOSSEE -// -// 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 -// Author: Siddhesh Wani -// Organization: FOSSEE, IIT Bombay -// Email: toolbox@scilab.in - +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + 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 + Author: Siddhesh Wani + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ #ifndef __INT_TRIU_H__ #define __INT_TRIU_H__ #ifdef __cplusplus -#extern "C" { +extern "C" { #endif #define d0triud0(in) in @@ -56,7 +56,7 @@ #ifdef __cplusplus -#} /* extern "C" */ +} /* extern "C" */ #endif #endif /*__INT_TRIU_H__*/ -- cgit