summaryrefslogtreecommitdiff
path: root/2.3-1/thirdparty/includes/GSL/gsl/gsl_permute_vector.h
diff options
context:
space:
mode:
authorSandeep Gupta2017-06-21 12:42:02 +0530
committerSandeep Gupta2017-06-21 12:42:02 +0530
commit33e4ef72e7f712eb34a0a87e7b45fcca7d08393c (patch)
treef504c068fe6763f6cf32735e9107cc357c2655a7 /2.3-1/thirdparty/includes/GSL/gsl/gsl_permute_vector.h
parentbbd59785a0607149aca4b809d6e43a4b64e2d797 (diff)
parent0051253bc224286c118c080c79eaed5bf611bd35 (diff)
downloadScilab2C-33e4ef72e7f712eb34a0a87e7b45fcca7d08393c.tar.gz
Scilab2C-33e4ef72e7f712eb34a0a87e7b45fcca7d08393c.tar.bz2
Scilab2C-33e4ef72e7f712eb34a0a87e7b45fcca7d08393c.zip
Updated - Linear Algebra
Diffstat (limited to '2.3-1/thirdparty/includes/GSL/gsl/gsl_permute_vector.h')
-rw-r--r--2.3-1/thirdparty/includes/GSL/gsl/gsl_permute_vector.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/2.3-1/thirdparty/includes/GSL/gsl/gsl_permute_vector.h b/2.3-1/thirdparty/includes/GSL/gsl/gsl_permute_vector.h
new file mode 100644
index 00000000..4369e495
--- /dev/null
+++ b/2.3-1/thirdparty/includes/GSL/gsl/gsl_permute_vector.h
@@ -0,0 +1,24 @@
+#ifndef __GSL_PERMUTE_VECTOR_H__
+#define __GSL_PERMUTE_VECTOR_H__
+
+#include <gsl/gsl_permute_vector_complex_long_double.h>
+#include <gsl/gsl_permute_vector_complex_double.h>
+#include <gsl/gsl_permute_vector_complex_float.h>
+
+#include <gsl/gsl_permute_vector_long_double.h>
+#include <gsl/gsl_permute_vector_double.h>
+#include <gsl/gsl_permute_vector_float.h>
+
+#include <gsl/gsl_permute_vector_ulong.h>
+#include <gsl/gsl_permute_vector_long.h>
+
+#include <gsl/gsl_permute_vector_uint.h>
+#include <gsl/gsl_permute_vector_int.h>
+
+#include <gsl/gsl_permute_vector_ushort.h>
+#include <gsl/gsl_permute_vector_short.h>
+
+#include <gsl/gsl_permute_vector_uchar.h>
+#include <gsl/gsl_permute_vector_char.h>
+
+#endif /* __GSL_PERMUTE_VECTOR_H__ */