summaryrefslogtreecommitdiff
path: root/includes/sci2clib.h
diff options
context:
space:
mode:
authorSiddhesh Wani2015-07-30 17:06:28 +0530
committerSiddhesh Wani2015-07-30 17:06:28 +0530
commitf39c271ca3fbf737612350a7f1c6af7e2c7022f9 (patch)
tree3fb231c7500048aea6f41be146c66ba5b666245a /includes/sci2clib.h
parentdb464f35f5a10b58d9ed1085e0b462689adee583 (diff)
downloadScilab2C_fossee_old-f39c271ca3fbf737612350a7f1c6af7e2c7022f9.tar.gz
Scilab2C_fossee_old-f39c271ca3fbf737612350a7f1c6af7e2c7022f9.tar.bz2
Scilab2C_fossee_old-f39c271ca3fbf737612350a7f1c6af7e2c7022f9.zip
Added new data types. Support for few functions with new data types added. These changes requires proper testing
Diffstat (limited to 'includes/sci2clib.h')
-rw-r--r--includes/sci2clib.h82
1 files changed, 52 insertions, 30 deletions
diff --git a/includes/sci2clib.h b/includes/sci2clib.h
index eff4cf0..3154ac3 100644
--- a/includes/sci2clib.h
+++ b/includes/sci2clib.h
@@ -1,27 +1,45 @@
#ifndef __SCI2CLIB_H__
#define __SCI2CLIB_H__
-#include <stdlib.h>
-#include <string.h>
+#include <stdlib.h>
+#include <string.h>
#include <math.h>
-/* #include "SCI2CMacroInterface.h" */
-/* #include "notFound.h" */
-/* #include "doubleComplex.h" */
-/* #include "floatComplex.h" */
-/* #include "RealToComplex.h" */
-/* #include "OpEqual.h" */
-/* #include "OpIns.h" */
-/* #include "OpExt.h" */
-/* #include "FileManagement.h" */
-/* #include "OpLogNe.h" */
-/* #include "OpLogGt.h" */
-/* #include "OpLogLt.h" */
-/* #include "OpLogGe.h" */
-/* #include "OpLogLe.h" */
-/* #include "OpLogEq.h" */
-/* #include "OpLogOr.h" */
-/* #include "OpLogAnd.h" */
-/* #include "OpLogNot.h" */
+/* #include "SCI2CMacroInterface.h"
+ */
+/* #include "notFound.h"
+ */
+/* #include "doubleComplex.h"
+ */
+/* #include "floatComplex.h"
+ */
+/* #include "RealToComplex.h"
+ */
+/* #include "OpEqual.h"
+ */
+/* #include "OpIns.h"
+ */
+/* #include "OpExt.h"
+ */
+/* #include "FileManagement.h"
+ */
+/* #include "OpLogNe.h"
+ */
+/* #include "OpLogGt.h"
+ */
+/* #include "OpLogLt.h"
+ */
+/* #include "OpLogGe.h"
+ */
+/* #include "OpLogLe.h"
+ */
+/* #include "OpLogEq.h"
+ */
+/* #include "OpLogOr.h"
+ */
+/* #include "OpLogAnd.h"
+ */
+/* #include "OpLogNot.h"
+ */
/* #include "ConvertPrecision.h" */
/* CONSTANT */
@@ -56,14 +74,14 @@
/* interfacing isnan */
#include "isnan.h"
#include "int_isnan.h"
-/* interfacing length */
-#include "length.h"
+/* interfacing length */
+#include "length.h"
#include "int_length.h"
-/* interfacing max */
-#include "max.h"
+/* interfacing max */
+#include "max.h"
#include "int_max.h"
-/* interfacing min */
-#include "min.h"
+/* interfacing min */
+#include "min.h"
#include "int_min.h"
/* interfacing pythag */
#include "pythag.h"
@@ -147,8 +165,8 @@
/* interfacing sinh */
#include "sinh.h"
#include "int_sinh.h"
-/* interfacing sqrt */
-#include "sqrt.h"
+/* interfacing sqrt */
+#include "sqrt.h"
#include "int_sqrt.h"
/* interfacing tan */
#include "tan.h"
@@ -223,7 +241,8 @@
#include "matrixInversion.h"
#include "int_invert.h"
/* interfacing infinite norm */
-#include "infiniteNorm.h" /* interfacing ones */
+#include "infiniteNorm.h"
+/* interfacing ones */
#include "ones.h"
#include "int_ones.h"
/* interfacing spec */
@@ -235,7 +254,8 @@
/* interfacing tranpose */
#include "matrixTranspose.h"
#include "int_OpApex.h"
-#include "int_OpDotApex.h" /* interfacing zeros */
+#include "int_OpDotApex.h"
+/* interfacing zeros */
#include "zeros.h"
#include "int_zeros.h"
@@ -294,4 +314,6 @@
/* interfacing imag */
#include "int_imag.h"
+#include "types.h"
+
#endif /* !__SCI2CLIB_H__ */