Proposals:Sparse Linear Solvers: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 23: | Line 23: | ||
! Name !! License !! Size !! Support Sparse !! Language !! Status | ! Name !! License !! Size !! Support Sparse !! Language !! Status | ||
|- | |- | ||
| SuiteSparse || LGPL || || || || | | [http://www.cise.ufl.edu/research/sparse/SuiteSparse SuiteSparse] || LGPL || || || || | ||
|- | |- | ||
| TAUCS || MIT || || || || | | [http://code.google.com/p/taucs/ TAUCS] || MIT || || || || | ||
|- | |- | ||
| [http://crd.lbl.gov/~xiaoye/SuperLU/ SuperLU] || BSD || || || || | | [http://crd.lbl.gov/~xiaoye/SuperLU/ SuperLU] || BSD || || || || |
Revision as of 20:39, 1 February 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.
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 | Language | Status |
---|---|---|---|---|---|
SuiteSparse | LGPL | ||||
TAUCS | MIT | ||||
SuperLU | BSD | ||||
Eigen | LGPL |
SuiteSparse
- License: LGPL
TAUCS
- License: MIT
SuperLU
- License: BSD
Eigen
- License: LGPL