Skip to content

sparse: complete the remaining sparse.linalg functions #325

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

Merged
merged 12 commits into from
Dec 15, 2024

Conversation

jorenham
Copy link
Collaborator

This affects the following scipy.sparse.linalg public members:

  • gcrotmk
  • bicg
  • bicgstab
  • cg
  • cgs
  • gmres
  • lgmres
  • minres
  • qmr
  • tfqmr

Closes #100

@jorenham jorenham added scipy.sparse stubs: improvement Improve or refactor existing annotations labels Dec 15, 2024
@jorenham jorenham added this to the 1.14.1.6 milestone Dec 15, 2024
@jorenham jorenham changed the title sparse: complete the remaining linalg functions sparse: complete the remaining sparse.linalg functions Dec 15, 2024
@jorenham jorenham merged commit 5dc7055 into master Dec 15, 2024
27 checks passed
@jorenham jorenham deleted the sparse.linalg.tfqmr branch December 15, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scipy.sparse stubs: improvement Improve or refactor existing annotations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🌕 complete scipy.sparse
1 participant