Home

Awesome

Project Status: Active – The project is being actively developed. Build status Code Coverage Documentation Codebase Graph

Sparspak.jl

Translation of the well-known sparse matrix software Sparspak (Waterloo Sparse Matrix Package), solving large sparse systems of linear algebraic equations. Sparspak is composed of the subroutines from the book "Computer Solution of Large Sparse Positive Definite Systems" by Alan George and Joseph Liu. Originally written in Fortran 77, later rewritten in Fortran 90. Here is the software translated into Julia.

The Julia rewrite is released under the MIT license with an express permission from the authors (George and Liu). Many thanks!

News

Contributing

Check out the list of current issues. You may find the contributor guidelines helpful.

Reference

Alan George, Joseph Liu, Computer Solution of Large Sparse Positive Definite Systems, Prentice Hall, 1981, ISBN: 0131652745, LC: QA188.G46.

Additional documents

Some design documents are in the folder docs: SIAM paper, and the User guide. These documents are only for the Fortran version of the package.