Proposals:Sparse Linear Solvers: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 85: Line 85:
** BLAS
** BLAS


== Boost Numeric Bindings ==
== Boost uBLAS + Numeric Bindings ==


* License: seems to be BSD (but links to MUMPS, UMFPack, so better check with them directly)
* [http://www.boost.org/doc/libs/release/libs/numeric uBLAS hompage]
* http://mathema.tician.de/software/boost-bindings
** [http://www.boost.org/LICENSE_1_0.txt Boost Software License]
* Numeric bindings
** License: seems to be BSD (but links to MUMPS, UMFPack, so better check with them directly)
** [http://mathema.tician.de/software/boost-bindings Packaged version of the old hand-written version of boost bindings]
** [https://svn.boost.org/svn/boost/sandbox/numeric_bindings/ Trunk version of the automatically generated boost bindings]
*** Things might be [http://permalink.gmane.org/gmane.comp.lib.boost.ublas/5573 moving towards a real release]


== ARPACK++ ==
== ARPACK++ ==

Revision as of 08:41, 15 March 2010

The Problem

ITK requires functionalities for solving large sparse linear systems.

The current solution obtained though VXL must be replaced because it relies internally on code whose Copyright is held by ACM, and is subject to a license that precludes commercial use.

Some interesting threads from the mailing lists about this issue:

Previous Review

Tom Vercauteren previously gathered the following list of options.

ITK_Release_4.0#3rd_Party_Libraries


Options

Comparative Table

Name License Size Support Sparse Support Dense Language Coverage Valgrind CMakeified
SuiteSparse LGPL / GPL Yes C/C++ (with Fortran and Matlab interfaces) Unknown Unknown
TAUCS google code page MIT Yes C Unknown Unknown
SuperLU BSD Yes C Unknown Unknown
Eigen LGPL v3 (headers only) 3.8 Mb Yes Yes C++ Unknown Unknown Yes
Boost uBLAS + Numeric Bindings Yes C++ Unknown Unknown
ARPACK++ Templates Yes C++ Unknown No
ARPACK New BSD 1.5 Mb Yes FORTRAN Unknown No
MUMPS Public Domain 11 Mb Yes FORTRAN 90 Unknown Unknown
lapack BSD 86 Mb No Yes Fortran ?? Unknown Yes
clapack BSD 22 Mb No Yes C 80% Unknown Yes
PLASMA BSD 13 Mb No Yes C + FORTRAN Yes
OpenNL ?, BSD 2.8 Mb Yes C, C++, CUDA Unknown Unknown Yes
LSQR CPL (& BSD?) Yes No C, Fortran Yes (already in ITK)

SuiteSparse

TAUCS

SuperLU

Eigen

MUMPS

Boost uBLAS + Numeric Bindings

ARPACK++

ARPACK

lapack

clapack

PLASMA

OpenNL

LSQR