diff options
Diffstat (limited to 'lib/GSL/Special/laguerre.h')
-rw-r--r-- | lib/GSL/Special/laguerre.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/GSL/Special/laguerre.h b/lib/GSL/Special/laguerre.h deleted file mode 100644 index 6275a05..0000000 --- a/lib/GSL/Special/laguerre.h +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | int gsl_sf_laguerre_1_e(double a,double x,double* result); | ||
2 | int gsl_sf_laguerre_2_e(double a,double x,double* result); | ||
3 | int gsl_sf_laguerre_3_e(double a,double x,double* result); | ||
4 | double gsl_sf_laguerre_1(double a,double x); | ||
5 | double gsl_sf_laguerre_2(double a,double x); | ||
6 | double gsl_sf_laguerre_3(double a,double x); | ||
7 | int gsl_sf_laguerre_n_e(int n,double a,double x,double* result); | ||
8 | double gsl_sf_laguerre_n(int n,double a,double x); | ||