summaryrefslogtreecommitdiff
path: root/2.3-1/thirdparty/includes/GSL/gsl/gsl_sf.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_sf.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_sf.h')
-rw-r--r--2.3-1/thirdparty/includes/GSL/gsl/gsl_sf.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/2.3-1/thirdparty/includes/GSL/gsl/gsl_sf.h b/2.3-1/thirdparty/includes/GSL/gsl/gsl_sf.h
new file mode 100644
index 00000000..643cf341
--- /dev/null
+++ b/2.3-1/thirdparty/includes/GSL/gsl/gsl_sf.h
@@ -0,0 +1,39 @@
+/* Author: G. Jungman */
+
+#ifndef __GSL_SF_H__
+#define __GSL_SF_H__
+
+#include <gsl/gsl_sf_result.h>
+
+#include <gsl/gsl_sf_airy.h>
+#include <gsl/gsl_sf_bessel.h>
+#include <gsl/gsl_sf_clausen.h>
+#include <gsl/gsl_sf_coupling.h>
+#include <gsl/gsl_sf_coulomb.h>
+#include <gsl/gsl_sf_dawson.h>
+#include <gsl/gsl_sf_debye.h>
+#include <gsl/gsl_sf_dilog.h>
+#include <gsl/gsl_sf_elementary.h>
+#include <gsl/gsl_sf_ellint.h>
+#include <gsl/gsl_sf_elljac.h>
+#include <gsl/gsl_sf_erf.h>
+#include <gsl/gsl_sf_exp.h>
+#include <gsl/gsl_sf_expint.h>
+#include <gsl/gsl_sf_fermi_dirac.h>
+#include <gsl/gsl_sf_gamma.h>
+#include <gsl/gsl_sf_gegenbauer.h>
+#include <gsl/gsl_sf_hyperg.h>
+#include <gsl/gsl_sf_laguerre.h>
+#include <gsl/gsl_sf_lambert.h>
+#include <gsl/gsl_sf_legendre.h>
+#include <gsl/gsl_sf_log.h>
+#include <gsl/gsl_sf_mathieu.h>
+#include <gsl/gsl_sf_pow_int.h>
+#include <gsl/gsl_sf_psi.h>
+#include <gsl/gsl_sf_synchrotron.h>
+#include <gsl/gsl_sf_transport.h>
+#include <gsl/gsl_sf_trig.h>
+#include <gsl/gsl_sf_zeta.h>
+
+
+#endif /* __GSL_SF_H__ */