diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-06-17 12:27:17 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-06-17 12:27:17 +0000 |
commit | e58f1e0e94407983fa18cd535cf76427019f1519 (patch) | |
tree | 4ffffdb92fd78e2233485895fb288111af0bf386 /lib/Numeric/GSL/Special/autoall.sh | |
parent | 45e0e90ffdedd3c1fbe3da750018c65a1535cf75 (diff) |
added special transport and elljac
Diffstat (limited to 'lib/Numeric/GSL/Special/autoall.sh')
-rw-r--r-- | lib/Numeric/GSL/Special/autoall.sh | 6 |
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 | ||
8 | rm -f funs.txt | ||
8 | 9 | ||
9 | ./auto.hs airy | 10 | ./auto.hs airy |
10 | rep ') where' ', Precision(..)\n) where' Airy.hs | 11 | rep ') 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 |
23 | rep ', exp\n' ', Numeric.GSL.Special.Exp.exp\n' Exp.hs | 25 | rep ', 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 |
34 | rep ', log\n' ', Numeric.GSL.Special.Log.log\n' Log.hs | 36 | rep ', 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 |
39 | rep ', sin\n' ', Numeric.GSL.Special.Trig.sin\n' Trig.hs | 43 | rep ', sin\n' ', Numeric.GSL.Special.Trig.sin\n' Trig.hs |
40 | rep ', cos\n' ', Numeric.GSL.Special.Trig.cos\n' Trig.hs | 44 | rep ', cos\n' ', Numeric.GSL.Special.Trig.cos\n' Trig.hs |