eigen: Eigen C++ library (linear algebra: matrices, vectors, numerical solvers).
This module provides Haskell binding for Eigen C++ library. Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. Eigen home page is http://eigen.tuxfamily.org/.
Eigen is licensed under the MPL2, which is a simple weak copyleft license. Common questions about the MPL2 are answered in the official MPL2 FAQ at http://www.mozilla.org/MPL/2.0/FAQ.html.
Note that currently, a few features in Eigen rely on third-party code licensed under the LGPL: SimplicialCholesky, AMD ordering, and constrained_cg. Such features are explicitly disabled by compiling Eigen with the EIGEN_MPL2_ONLY preprocessor symbol defined.
Virtually any software may use Eigen. For example, closed-source software may use Eigen without having to disclose its own source code. Many proprietary and closed-source software projects are using Eigen right now, as well as many BSD-licensed projects.
Some parts of documentation strings are based or replicate original Eigen documentation which is available at http://eigen.tuxfamily.org/dox/.
Downloads
- eigen-1.2.5.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0.0, 1.1.1, 1.1.2, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.1.7, 3.3.4.0, 3.3.4.1, 3.3.4.2, 3.3.7.0 (info) |
---|---|
Dependencies | base (>=3 && <5), primitive (>=0.1 && <0.6), vector (>=0.5 && <0.11) [details] |
Tested with | ghc ==7.8.3 |
License | BSD-3-Clause |
Copyright | (c) 2013-2015, Oleg Sidorkin |
Author | Oleg Sidorkin <oleg.sidorkin@gmail.com> |
Maintainer | Oleg Sidorkin <oleg.sidorkin@gmail.com> |
Revised | Revision 1 made by OlegSidorkin at 2015-03-15T10:04:11Z |
Category | Data, Math, Algebra, Statistics, Algorithms, Numeric |
Home page | https://github.com/osidorkin/haskell-eigen |
Source repo | head: git clone git://github.com/osidorkin/haskell-eigen.git |
Uploaded | by OlegSidorkin at 2015-03-15T09:51:48Z |
Distributions | |
Reverse Dependencies | 6 direct, 2 indirect [details] |
Downloads | 16657 total (30 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-03-15 [all 1 reports] |