Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new solver: ma57 #2

Open
boyle opened this issue Jan 21, 2011 · 0 comments
Open

new solver: ma57 #2

boyle opened this issue Jan 21, 2011 · 0 comments

Comments

@boyle
Copy link
Owner

boyle commented Jan 21, 2011

symmetric solver

from x. Li "Direct Solvers for Sparse Matrices" Mar 2010 - list of solvers

http://www.hsl.rl.ac.uk/hsl_matlab/ma57/ma57.html

The HSL Fortran 77 package MA57 implements a multifrontal algorithm for the solution of one or more sparse symmetric systems A X = B. An L D L' factorization of A is computed, where the matrix L is a unit lower triangular matrix and D is a block diagonal matrix with blocks of order 1 or, if necessary, 2. To limit the fill-in during the factorization process the matrix A is reordered using either the Approximate Minimum Degree (AMD) algorithm or, if METIS software is available, the Nested Dissection algorithm. Before the factorization starts, scaling of the matrix A is performed using the MC64 package from HSL 2007.

dependencies: METIS, AMD, MC64

license: Free academic use for personal research and teaching, needs agreements, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant