summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Root.hs
AgeCommit message (Expand)Author
2013-05-08Implement uniRootJ for one-dimensional root-finding with derivativesAlex Lang
2013-05-08Implemented uniRoot for one-dimensional root-finding without derivativesAlex Lang
2012-03-10Added back some safety.Clark Gaebel
2012-03-10Removed foreign import safety.Clark Gaebel
2011-12-25remove warnings in glpk and special (Bas van Dijk's method)Alberto Ruiz
2011-12-24Warning police for GHC < 7.4Bas van Dijk
2011-12-24Warning policeBas van Dijk
2011-12-21fix CInt constructor warningsAlberto Ruiz
2011-09-01Get rid of some deprecation warnings & Use more explicit importsBas van Dijk
2010-03-01compatible with vectorAlberto Ruiz
2009-06-08auxiliary functions moved to Numeric.GSL.InternalAlberto Ruiz
2009-06-07root finding with jacobianAlberto Ruiz
2009-06-05check dim in root functionAlberto Ruiz
2009-06-04added some root finding algorithmsAlberto Ruiz