Name: lbfgs Version: 0.0.1 License: OtherLicense License-File: LICENSE Copyright: Daniël de Kok Maintainer: Daniël de Kok Author: Daniël de Kok Category: Numeric Synopsis: L-BFGS optimization Description: Limited memory BFGS solver for non-linear optimization problems. Build-Type: Simple Cabal-Version: >= 1.4 Library Build-Depends: base >= 4 && < 5, array >= 0.3.0.0 Exposed-modules: Numeric.LBFGS.Raw, Numeric.LBFGS Include-Dirs: cbits C-Sources: cbits/lbfgs.c