Popularity
7.8
Declining
Activity
0.0
Stable
23
7
9

Code Quality Rank: L2
Monthly Downloads: 61
Programming language: C++
License: BSD 3-clause "New" or "Revised" License
Tags: Algorithms     Algebra     Math     Data     Statistics     Numeric    
Latest version: v2.1.7

eigen alternatives and similar packages

Based on the "Algebra" category.
Alternatively, view eigen alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of eigen or a related project?

Add another 'Algebra' Package

README

this repo is in archive status. eigen package is maintaned by @chessai at https://github.com/chessai/eigen now.

haskell-eigen

Documentation on Hackage https://hackage.haskell.org/package/eigen

Eigen documentation page http://eigen.tuxfamily.org/dox/

This module provides Haskell binding for Eigen. 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.

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.


*Note that all licence references and agreements mentioned in the eigen README section above are relevant to that project's source code only.