summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/statisticsFunctions/interfaces
diff options
context:
space:
mode:
authorAbhinav Dronamraju2017-08-22 20:54:30 +0530
committerAbhinav Dronamraju2017-08-22 20:54:30 +0530
commit55c0e6c1c041d9d0215c6a192ed11476d49d593c (patch)
tree649540f50d8a524a140c8d82f279e4e87a83d281 /2.3-1/src/c/statisticsFunctions/interfaces
parentde496fd5c6183e2f5eba2b4688d2bcf18aef62a1 (diff)
downloadScilab2C-55c0e6c1c041d9d0215c6a192ed11476d49d593c.tar.gz
Scilab2C-55c0e6c1c041d9d0215c6a192ed11476d49d593c.tar.bz2
Scilab2C-55c0e6c1c041d9d0215c6a192ed11476d49d593c.zip
Faurre, kalm, Mvcorrel added
Diffstat (limited to '2.3-1/src/c/statisticsFunctions/interfaces')
-rw-r--r--2.3-1/src/c/statisticsFunctions/interfaces/int_mvcorrel.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/2.3-1/src/c/statisticsFunctions/interfaces/int_mvcorrel.h b/2.3-1/src/c/statisticsFunctions/interfaces/int_mvcorrel.h
new file mode 100644
index 00000000..361687ba
--- /dev/null
+++ b/2.3-1/src/c/statisticsFunctions/interfaces/int_mvcorrel.h
@@ -0,0 +1,28 @@
+/* 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: Abhinav Dronamraju
+ Organization: FOSSEE, IIT Bombay
+ Email: toolbox@scilab.in
+*/
+
+#ifndef __INT_MVCORREL_H__
+#define __INT_MVCORREL_H__
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define d2mvcorreld2(in1, size, out) dmvcorrela(in1, size[0] ,size[1], out)
+
+
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
+#endif /*__INT_MVCORREL_H__*/