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

Adding Support for BICGSTAB #8

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

meliao
Copy link

@meliao meliao commented Feb 14, 2024

Hi, I needed an implementation of batched BICGSTAB, and found your code helpful as a starting point. I am opening this pull request in case you find this code useful too.

I implemented batched BICGSTAB, an algorithm that solves large, sparse, unsymmetric PD linear systems. Here is the original reference.

I kept the interface the same as the cg_batch function, with the exception of the preconditioner. I did not implement the version of the method with preconditioners, but that seems like a relatively simple extension.

I wrote tests in pytest.

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