Popularity
0.8
Declining
Activity
0.0
Stable
2
0
1
Monthly Downloads: 16
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.3.0
hmatrix-nlopt alternatives and similar packages
Based on the "Numerical" category.
Alternatively, view hmatrix-nlopt alternatives based on common mentions on social networks and blogs.
-
roman-numerals
Parsing and pretty printing of Roman numerals -
affine-invariant-ensemble-mcmc
General-purpose sampling -
gutenberg-fibonaccis
The first 1001 Fibonacci numbers, retrieved from the Gutenberg Project.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of hmatrix-nlopt or a related project?
README
hmatrix-nlopt
This package provides a high-level interface to the
NLOPT optimization
library for Haskell, compatible with the
hmatrix
package.
Not on Hackage yet -- coming soon.
Requirements
apt-get install libnlopt-dev
Installation
cabal install
or
stack install
Usage
The haddock documentation contains several examples that also serve as doctests.