summaryrefslogtreecommitdiff
path: root/2.3-1/thirdparty/includes/GSL/gsl/gsl_statistics.h
diff options
context:
space:
mode:
authorukashanoor2017-06-21 12:15:47 +0530
committerukashanoor2017-06-21 12:15:47 +0530
commit5efb98c6773576e39a33df5cfc89979c07031a6a (patch)
treea128d0b03ebb08ff36090786acdc40f231421e4b /2.3-1/thirdparty/includes/GSL/gsl/gsl_statistics.h
parentf25acc874a1b46a46e9f026b0f110f2df63015f8 (diff)
parent0051253bc224286c118c080c79eaed5bf611bd35 (diff)
downloadScilab2C-5efb98c6773576e39a33df5cfc89979c07031a6a.tar.gz
Scilab2C-5efb98c6773576e39a33df5cfc89979c07031a6a.tar.bz2
Scilab2C-5efb98c6773576e39a33df5cfc89979c07031a6a.zip
updated with main repo
Diffstat (limited to '2.3-1/thirdparty/includes/GSL/gsl/gsl_statistics.h')
-rw-r--r--2.3-1/thirdparty/includes/GSL/gsl/gsl_statistics.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/2.3-1/thirdparty/includes/GSL/gsl/gsl_statistics.h b/2.3-1/thirdparty/includes/GSL/gsl/gsl_statistics.h
new file mode 100644
index 00000000..9fb414f2
--- /dev/null
+++ b/2.3-1/thirdparty/includes/GSL/gsl/gsl_statistics.h
@@ -0,0 +1,20 @@
+#ifndef __GSL_STATISTICS_H__
+#define __GSL_STATISTICS_H__
+
+#include <gsl/gsl_statistics_long_double.h>
+#include <gsl/gsl_statistics_double.h>
+#include <gsl/gsl_statistics_float.h>
+
+#include <gsl/gsl_statistics_ulong.h>
+#include <gsl/gsl_statistics_long.h>
+
+#include <gsl/gsl_statistics_uint.h>
+#include <gsl/gsl_statistics_int.h>
+
+#include <gsl/gsl_statistics_ushort.h>
+#include <gsl/gsl_statistics_short.h>
+
+#include <gsl/gsl_statistics_uchar.h>
+#include <gsl/gsl_statistics_char.h>
+
+#endif /* __GSL_STATISTICS_H__ */