Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 920 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 920 Bytes

HVX

Disciplined Convex Programming and Symbolic Subdifferentiation in Haskell

This is the preferred version of HVX. An older version (compatible with GHC >=7.6.3) is available at https://github.com/chrisnc/hvx-ghc-763.

This version of HVX requires GHC >=7.8.2 because it uses closed type families. Until GHC 7.8.2 becomes more widely adopted by the various package managers this means that users will probably have to install GHC 7.8.2 themselves.

To install HVX:

See the examples directory for ways to use this package.

Run the demo with:

ghci examples/demo.hs