From c99b8fd6e3f8a2fb365ec12baf838f864b118ece Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 1 Oct 2007 15:04:16 +0000 Subject: LinearAlgebra and GSL moved to Numeric --- lib/Numeric/GSL/Special/dawson.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/Numeric/GSL/Special/dawson.h (limited to 'lib/Numeric/GSL/Special/dawson.h') diff --git a/lib/Numeric/GSL/Special/dawson.h b/lib/Numeric/GSL/Special/dawson.h new file mode 100644 index 0000000..5f878b5 --- /dev/null +++ b/lib/Numeric/GSL/Special/dawson.h @@ -0,0 +1,2 @@ +int gsl_sf_dawson_e(double x,double* result); +double gsl_sf_dawson(double x); -- cgit v1.2.3