hmatrix-special 0.4.0.1 → 0.19.0.0
raw patch · 9 files changed
+27/−2 lines, 9 filesnew-uploader
Files
- hmatrix-special.cabal +2/−2
- lib/Numeric/GSL/Special/Bessel.hs +3/−0
- lib/Numeric/GSL/Special/Coulomb.hs +3/−0
- lib/Numeric/GSL/Special/Coupling.hs +3/−0
- lib/Numeric/GSL/Special/Exp.hs +3/−0
- lib/Numeric/GSL/Special/Gamma.hs +3/−0
- lib/Numeric/GSL/Special/Gegenbauer.hs +3/−0
- lib/Numeric/GSL/Special/Legendre.hs +3/−0
- lib/Numeric/GSL/Special/Trig.hs +4/−0
hmatrix-special.cabal view
@@ -1,6 +1,6 @@ Name: hmatrix-special-Version: 0.4.0.1-License: GPL+Version: 0.19.0.0+License: GPL-3 License-file: LICENSE Author: Alberto Ruiz Maintainer: Alberto Ruiz <aruiz@um.es>
lib/Numeric/GSL/Special/Bessel.hs view
@@ -1,4 +1,7 @@ {-# LANGUAGE CPP #-}++{-# OPTIONS_GHC -fno-warn-unused-top-binds #-}+ ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Bessel
lib/Numeric/GSL/Special/Coulomb.hs view
@@ -1,4 +1,7 @@ {-# LANGUAGE CPP #-}++{-# OPTIONS_GHC -fno-warn-unused-top-binds #-}+ ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Coulomb
lib/Numeric/GSL/Special/Coupling.hs view
@@ -1,4 +1,7 @@ {-# LANGUAGE CPP #-}++{-# OPTIONS_GHC -fno-warn-unused-top-binds #-}+ ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Coupling
lib/Numeric/GSL/Special/Exp.hs view
@@ -1,4 +1,7 @@ {-# LANGUAGE CPP #-}++{-# OPTIONS_GHC -fno-warn-unused-top-binds #-}+ ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Exp
lib/Numeric/GSL/Special/Gamma.hs view
@@ -1,4 +1,7 @@ {-# LANGUAGE CPP #-}++{-# OPTIONS_GHC -fno-warn-unused-top-binds #-}+ ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Gamma
lib/Numeric/GSL/Special/Gegenbauer.hs view
@@ -1,4 +1,7 @@ {-# LANGUAGE CPP #-}++{-# OPTIONS_GHC -fno-warn-unused-top-binds #-}+ ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Gegenbauer
lib/Numeric/GSL/Special/Legendre.hs view
@@ -1,4 +1,7 @@ {-# LANGUAGE CPP #-}++{-# OPTIONS_GHC -fno-warn-unused-top-binds #-}+ ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Legendre
lib/Numeric/GSL/Special/Trig.hs view
@@ -1,4 +1,8 @@ {-# LANGUAGE CPP #-}++{-# OPTIONS_GHC -fno-warn-missing-signatures #-}+{-# OPTIONS_GHC -fno-warn-unused-top-binds #-}+ ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Trig