index
:
joe/hmatrix.git
master
tower
typeable
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Numeric
/
GSL
/
Root.hs
Age
Commit message (
Collapse
)
Author
2013-05-08
Implement uniRootJ for one-dimensional root-finding with derivatives
Alex Lang
2013-05-08
Implemented uniRoot for one-dimensional root-finding without derivatives
Alex Lang
2012-03-10
Added back some safety.
Clark Gaebel
2012-03-10
Removed foreign import safety.
Clark Gaebel
2011-12-25
remove warnings in glpk and special (Bas van Dijk's method)
Alberto Ruiz
2011-12-24
Warning police for GHC < 7.4
Bas van Dijk
The previous patch got rid of warnings when ghc >= 7.4. Unfortunately this caused warnings on GHC < 7.4. This patch removes warnings on all versions of GHC.
2011-12-24
Warning police
Bas van Dijk
2011-12-21
fix CInt constructor warnings
Alberto Ruiz
2011-09-01
Get rid of some deprecation warnings & Use more explicit imports
Bas van Dijk
2010-03-01
compatible with vector
Alberto Ruiz
2009-06-08
auxiliary functions moved to Numeric.GSL.Internal
Alberto Ruiz
2009-06-07
root finding with jacobian
Alberto Ruiz
2009-06-05
check dim in root function
Alberto Ruiz
2009-06-04
added some root finding algorithms
Alberto Ruiz