Proposals:Sparse Linear Solvers: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(New page: __TOC__ = 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 c...) |
m (→TAUCS) |
||
Line 18: | Line 18: | ||
* License: MIT | * License: MIT | ||
== SuperLU == | == SuperLU == | ||
* License: BSD | * License: BSD |
Revision as of 20:16, 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.
Options
SuiteSparse
- License: LGPL
TAUCS
- License: MIT
SuperLU
- License: BSD