Skip to content

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