libcsparse3.1.4

Concise sparse matrix library
  http://www.suitesparse.com
  0
  no reviews



Suitesparse is a collection of libraries for computations involving sparse matrices.

the csparse library provides several matrix algorithms. the focus is on direct methods; iterative methods and solvers for eigenvalue problems are beyond the scope of this package.

the performance of the sparse factorization methods in csparse will not be competitive with umfpack or cholmod, but the codes are much more concise and easy to understand. other methods are competitive.