diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-10-01 15:04:16 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-10-01 15:04:16 +0000 |
commit | c99b8fd6e3f8a2fb365ec12baf838f864b118ece (patch) | |
tree | 11b5b8515861fe88d547253ae10c2182d5fadaf2 /lib/GSL/Special/elementary.h | |
parent | 768f08d4134a066d773d56a9c03ae688e3850352 (diff) |
LinearAlgebra and GSL moved to Numeric
Diffstat (limited to 'lib/GSL/Special/elementary.h')
-rw-r--r-- | lib/GSL/Special/elementary.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/GSL/Special/elementary.h b/lib/GSL/Special/elementary.h deleted file mode 100644 index bf5adf8..0000000 --- a/lib/GSL/Special/elementary.h +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | int gsl_sf_multiply_e(double x,double y,double* result); | ||
2 | double gsl_sf_multiply(double x,double y); | ||
3 | int gsl_sf_multiply_err_e(double x,double dx,double y,double dy,double* result); | ||