diff options
Diffstat (limited to 'interfaces/int_linspace.h')
-rw-r--r-- | interfaces/int_linspace.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/interfaces/int_linspace.h b/interfaces/int_linspace.h deleted file mode 100644 index f8af947a..00000000 --- a/interfaces/int_linspace.h +++ /dev/null @@ -1,20 +0,0 @@ -/* 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: Mushir - Organization: FOSSEE, IIT Bombay - Email: toolbox@scilab.in -*/ - -#ifndef __INT_LINSPACE_H__ -#define __INT_LINSPACE_H__ - -#define d0d0d0linspaced2(in1,in2,in3,out) dlinspaces(in1,in2,in3,out) - -#define d2d2d0linspaced2(in1,size1,in2,size2,in3,out) dlinspacea(in1,size1[0],in2,in3,out) - -#endif |