CSparse: software for upcoming book on sparse direct methods
![](https://secure.gravatar.com/avatar/d41fa6e1fe29e6c5c5821b5a3f31f190.jpg?s=120&d=mm&r=g)
This might be of interest. Nils From: Tim Davis <davis@cise.ufl.edu> Date: Tue, 28 Feb 2006 13:46:36 -0500 Subject: CSparse: software for upcoming book on sparse direct methods I would like to announce the release of a sparse matrix package, CSparse, that I've written for my upcoming book, "Direct Methods for Sparse Linear Systems," to appear in SIAM's Series on the Fundamentals of Algorithms sometime this year. It demonstrates a wide range of sparse matrix algorithms in as concise a code as possible (sparse LU with partial pivoting is only 165 lines, for example, not including the fill-reducing ordering). The algorithms are asymptotically optimal (in most cases), and have comparable performance with existing methods (with exception of the sparse LU, Cholesky, and QR factorizations). One section of the book provides an overview of a wide range of available software for sparse direct methods, with links to high-performance sparse LU, Cholesky, and QR factorization codes: http://www.cise.ufl.edu/research/sparse/codes A MATLAB interface is included (including a pretty color "spy", and an easy MATLAB interface to the UF Sparse Matrix Collection). See http://www.cise.ufl.edu/research/sparse/CSparse or http://www.cise.ufl.edu/research/sparse/CXSparse for an extended version (for complex matrices). Tim Davis University of Florida
![](https://secure.gravatar.com/avatar/39916bae984cb93b797efd2b175f59c0.jpg?s=120&d=mm&r=g)
On Mon, 06 Mar 2006, Nils Wagner apparently wrote:
This might be of interest. See http://www.cise.ufl.edu/research/sparse/CSparse or http://www.cise.ufl.edu/research/sparse/CXSparse
License? To be useful, ask him for something like MIT or BSD. Cheers, Alan Isaac
![](https://secure.gravatar.com/avatar/d41fa6e1fe29e6c5c5821b5a3f31f190.jpg?s=120&d=mm&r=g)
Alan G Isaac wrote:
On Mon, 06 Mar 2006, Nils Wagner apparently wrote:
This might be of interest. See http://www.cise.ufl.edu/research/sparse/CSparse or http://www.cise.ufl.edu/research/sparse/CXSparse
License? To be useful, ask him for something like MIT or BSD.
Cheers, Alan Isaac
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user
Hi Alan,
Dear Dr. Davis,
I saw your recent announcement in NA Digest, V. 06, # 09. Please can you expand on the license issue w.r.t. all your sparse matrix packages. I long to know whether its possible to release them under MIT or BSD.
I look forward to hearing from you.
With best regards, Nils Wagner
http://en.wikipedia.org/wiki/MIT_License http://en.wikipedia.org/wiki/BSD_license This is the reply by Tim. There is a License.txt file in each package. Many are GNU LGPL. A few modules in CHOLMOD are GNU GPL. I'm not familiar enough with the MIT and BSD licenses, so I'd rather leave them under GNU. Thanks, Tim
participants (2)
-
Alan G Isaac
-
Nils Wagner