summaryrefslogtreecommitdiff
path: root/2.3-1/thirdparty/includes/GSL/gsl/gsl_vector.h
diff options
context:
space:
mode:
authorSandeep Gupta2017-07-05 12:41:25 +0530
committerSandeep Gupta2017-07-05 12:41:25 +0530
commitdd50e95a8193fb0faa846ccaa971a115ba69e71c (patch)
tree8d66abedd68dc5255ad323b95a16c9b592657f35 /2.3-1/thirdparty/includes/GSL/gsl/gsl_vector.h
parent3308ea7a973e2c1e1c8bea99ac7cc783ce8e8b06 (diff)
downloadScilab2C-dd50e95a8193fb0faa846ccaa971a115ba69e71c.tar.gz
Scilab2C-dd50e95a8193fb0faa846ccaa971a115ba69e71c.tar.bz2
Scilab2C-dd50e95a8193fb0faa846ccaa971a115ba69e71c.zip
LinearAlgebra and MatrixOperation Update
Diffstat (limited to '2.3-1/thirdparty/includes/GSL/gsl/gsl_vector.h')
-rw-r--r--2.3-1/thirdparty/includes/GSL/gsl/gsl_vector.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/2.3-1/thirdparty/includes/GSL/gsl/gsl_vector.h b/2.3-1/thirdparty/includes/GSL/gsl/gsl_vector.h
deleted file mode 100644
index cf762e42..00000000
--- a/2.3-1/thirdparty/includes/GSL/gsl/gsl_vector.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef __GSL_VECTOR_H__
-#define __GSL_VECTOR_H__
-
-#include <gsl/gsl_vector_complex_long_double.h>
-#include <gsl/gsl_vector_complex_double.h>
-#include <gsl/gsl_vector_complex_float.h>
-
-#include <gsl/gsl_vector_long_double.h>
-#include <gsl/gsl_vector_double.h>
-#include <gsl/gsl_vector_float.h>
-
-#include <gsl/gsl_vector_ulong.h>
-#include <gsl/gsl_vector_long.h>
-
-#include <gsl/gsl_vector_uint.h>
-#include <gsl/gsl_vector_int.h>
-
-#include <gsl/gsl_vector_ushort.h>
-#include <gsl/gsl_vector_short.h>
-
-#include <gsl/gsl_vector_uchar.h>
-#include <gsl/gsl_vector_char.h>
-
-
-#endif /* __GSL_VECTOR_H__ */