Proposals:Sparse Linear Solvers: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
* License: BSD | * License: BSD | ||
== Eigen == | |||
* License: LGPL |
Revision as of 20:29, 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
SuiteSparse
- License: LGPL
TAUCS
- License: MIT
SuperLU
- License: BSD
Eigen
- License: LGPL