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

Add support for several 3rd party linear solvers #166

Merged
merged 11 commits into from
May 17, 2024

Conversation

goulart-paul
Copy link
Member

Supports the following new options for direct_solve_method. Options are now:

:qdldl => QDLDL (default)
:panua => Panua Pardiso (requires Pardiso.jl and 3rd party license)
:mkl => MKL Pardiso (requires Pardiso.jl and MKL installation)
:ma57 => HSL MA57 (requires HSL.jl and 3rd party license)
:cholmod => Julia supplied ldlt

This also possibly resolves some of the issues in #161 since the solve! method for generic LDL solver wrappers now passes $K$ directly during the solve phase.

@goulart-paul goulart-paul merged commit 686c541 into develop May 17, 2024
2 of 4 checks passed
@goulart-paul goulart-paul deleted the pg/3rd_part_solvers branch May 19, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant