summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Special/autoall.sh
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-06-17 12:27:17 +0000
committerAlberto Ruiz <aruiz@um.es>2009-06-17 12:27:17 +0000
commite58f1e0e94407983fa18cd535cf76427019f1519 (patch)
tree4ffffdb92fd78e2233485895fb288111af0bf386 /lib/Numeric/GSL/Special/autoall.sh
parent45e0e90ffdedd3c1fbe3da750018c65a1535cf75 (diff)
added special transport and elljac
Diffstat (limited to 'lib/Numeric/GSL/Special/autoall.sh')
-rw-r--r--lib/Numeric/GSL/Special/autoall.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/Special/autoall.sh b/lib/Numeric/GSL/Special/autoall.sh
index b9ea6d0..18d0a6e 100644
--- a/lib/Numeric/GSL/Special/autoall.sh
+++ b/lib/Numeric/GSL/Special/autoall.sh
@@ -5,6 +5,7 @@ function rep {
5 cp /tmp/tmp-rep $3 5 cp /tmp/tmp-rep $3
6} 6}
7 7
8rm -f funs.txt
8 9
9./auto.hs airy 10./auto.hs airy
10rep ') where' ', Precision(..)\n) where' Airy.hs 11rep ') where' ', Precision(..)\n) where' Airy.hs
@@ -18,6 +19,7 @@ rep ', coupling_6j_INCORRECT_e\n, coupling_6j_INCORRECT\n' '' Coupling.hs
18./auto.hs dilog 19./auto.hs dilog
19./auto.hs elementary 20./auto.hs elementary
20./auto.hs ellint 21./auto.hs ellint
22#./auto.hs elljac
21./auto.hs erf 23./auto.hs erf
22./auto.hs exp 24./auto.hs exp
23rep ', exp\n' ', Numeric.GSL.Special.Exp.exp\n' Exp.hs 25rep ', exp\n' ', Numeric.GSL.Special.Exp.exp\n' Exp.hs
@@ -29,12 +31,14 @@ rep ', exprel_n_CF_e' '-- , exprel_n_CF_e' Exp.hs
29./auto.hs hyperg 31./auto.hs hyperg
30./auto.hs laguerre 32./auto.hs laguerre
31./auto.hs lambert 33./auto.hs lambert
32./auto.hs legendre gsl_sf_legendre.h 34./auto.hs legendre
33./auto.hs log 35./auto.hs log
34rep ', log\n' ', Numeric.GSL.Special.Log.log\n' Log.hs 36rep ', log\n' ', Numeric.GSL.Special.Log.log\n' Log.hs
37#./auto.hs mathieu
35./auto.hs pow_int 38./auto.hs pow_int
36./auto.hs psi 39./auto.hs psi
37./auto.hs synchrotron 40./auto.hs synchrotron
41./auto.hs transport
38./auto.hs trig 42./auto.hs trig
39rep ', sin\n' ', Numeric.GSL.Special.Trig.sin\n' Trig.hs 43rep ', sin\n' ', Numeric.GSL.Special.Trig.sin\n' Trig.hs
40rep ', cos\n' ', Numeric.GSL.Special.Trig.cos\n' Trig.hs 44rep ', cos\n' ', Numeric.GSL.Special.Trig.cos\n' Trig.hs