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/Numeric/GSL/Special/autoall.sh | |
parent | 768f08d4134a066d773d56a9c03ae688e3850352 (diff) |
LinearAlgebra and GSL moved to Numeric
Diffstat (limited to 'lib/Numeric/GSL/Special/autoall.sh')
-rw-r--r-- | lib/Numeric/GSL/Special/autoall.sh | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/lib/Numeric/GSL/Special/autoall.sh b/lib/Numeric/GSL/Special/autoall.sh new file mode 100644 index 0000000..cb45957 --- /dev/null +++ b/lib/Numeric/GSL/Special/autoall.sh | |||
@@ -0,0 +1,41 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | #Airy.hs | ||
4 | # include Precision (..) in the export list | ||
5 | #Exp.hs | ||
6 | # remove extern inline definition, qualify name | ||
7 | #Coupling | ||
8 | # remove deprecated INCORRECT | ||
9 | #Trig.hs | ||
10 | # qualify names | ||
11 | #Legendre.hs | ||
12 | # remove extern inline | ||
13 | #Log.hs | ||
14 | # remove extern inline, qualify name | ||
15 | |||
16 | #runhaskell auto airy | ||
17 | runhaskell auto bessel | ||
18 | runhaskell auto clausen | ||
19 | runhaskell auto coulomb | ||
20 | #runhaskell auto coupling | ||
21 | runhaskell auto dawson | ||
22 | runhaskell auto debye | ||
23 | runhaskell auto dilog | ||
24 | runhaskell auto elementary | ||
25 | runhaskell auto ellint | ||
26 | runhaskell auto erf | ||
27 | #runhaskell auto exp | ||
28 | runhaskell auto expint | ||
29 | runhaskell auto fermi_dirac | ||
30 | runhaskell auto gamma | ||
31 | runhaskell auto gegenbauer | ||
32 | runhaskell auto hyperg | ||
33 | runhaskell auto laguerre | ||
34 | runhaskell auto lambert | ||
35 | #runhaskell auto legendre | ||
36 | #runhaskell auto log | ||
37 | runhaskell auto pow_int | ||
38 | runhaskell auto psi | ||
39 | runhaskell auto synchrotron | ||
40 | #runhaskell auto trig | ||
41 | runhaskell auto zeta \ No newline at end of file | ||