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

Improve linear solvers #374

Open
4 tasks
yguclu opened this issue Jan 31, 2024 · 0 comments
Open
4 tasks

Improve linear solvers #374

yguclu opened this issue Jan 31, 2024 · 0 comments
Labels
help wanted Extra attention is needed linalg Linear algebra

Comments

@yguclu
Copy link
Member

yguclu commented Jan 31, 2024

  • Make all solvers accept a preconditioner and reduce number of classes (e.g. merge ConjugateGradient with PConjugateGradient)
  • Clarify in docstring if left/right/two-sided preconditioner is used
  • Give reference to original algorithm (book/paper/Wikipedia?), write it down in LaTeX, and show it in documentation
  • Clarify exit conditions (which residual, normalization, etc...)
@yguclu yguclu added help wanted Extra attention is needed linalg Linear algebra labels Jan 31, 2024
@yguclu yguclu pinned this issue Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed linalg Linear algebra
Projects
None yet
Development

No branches or pull requests

1 participant