diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-07-29 15:43:21 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-07-29 15:43:21 +0000 |
commit | b9db4d25d87cd4ab0f493413db92fb41b7eacda9 (patch) | |
tree | a447fe6f7e16b3768e912064a033ce257040720e /HSSL.cabal | |
parent | b1b908c10ad7a393200651b4b23fc0b26efbc1b9 (diff) |
more automatic wrappers for simple special functions
Diffstat (limited to 'HSSL.cabal')
-rw-r--r-- | HSSL.cabal | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -31,7 +31,17 @@ Exposed-modules: Data.Packed.Internal, | |||
31 | GSL.Special, GSL.Special.Internal, | 31 | GSL.Special, GSL.Special.Internal, |
32 | GSL.Special.Gamma, GSL.Special.Erf, | 32 | GSL.Special.Gamma, GSL.Special.Erf, |
33 | GSL.Special.Airy, GSL.Special.Exp, | 33 | GSL.Special.Airy, GSL.Special.Exp, |
34 | GSL.Special.Bessel, | 34 | GSL.Special.Bessel, GSL.Special.Clausen, |
35 | GSL.Special.Coulomb, GSL.Special.Coupling, | ||
36 | GSL.Special.Dawson, GSL.Special.Debye, | ||
37 | GSL.Special.Dilog, GSL.Special.Elementary, | ||
38 | GSL.Special.Ellint, | ||
39 | GSL.Special.Expint, GSL.Special.Fermi_dirac, | ||
40 | GSL.Special.Gegenbauer, GSL.Special.Hyperg, | ||
41 | GSL.Special.Laguerre, GSL.Special.Lambert, | ||
42 | GSL.Special.Pow_int, GSL.Special.Psi, | ||
43 | GSL.Special.Synchrotron, GSL.Special.Trig, | ||
44 | GSL.Special.Zeta, GSL.Special.Log, | ||
35 | GSL.Fourier, | 45 | GSL.Fourier, |
36 | GSL.Polynomials, | 46 | GSL.Polynomials, |
37 | GSL.Minimization, | 47 | GSL.Minimization, |