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

Use 5-argument mul! #353

Closed
6 of 20 tasks
amontoison opened this issue Jun 21, 2021 · 1 comment
Closed
6 of 20 tasks

Use 5-argument mul! #353

amontoison opened this issue Jun 21, 2021 · 1 comment

Comments

@amontoison
Copy link
Member

amontoison commented Jun 21, 2021

All Krylov processes can use 5-argument mul!. We should update our Krylov methods to reduce memory requirements.

Lanczos process

  • SYMMLQ
  • CG-LANCZOS
  • MINRES
  • MINRES-QLP

Arnoldi process

  • DIOM
  • DQGMRES

Orthogonal tridiagonalization process

  • USYMLQ
  • USYMQR
  • TRICG
  • TRIMR
  • TRILQR

Lanczos biorthogonalization process

  • BILQ
  • QMR
  • BILQR

Golub-Kahan process

  • LSLQ
  • LSQR
  • LSMR
  • LNLQ
  • CRAIG
  • CRAIGMR

Some methods are not concerned by this modification : CG, CR, CGS, BICGSTAB, CGLS, CRLS, CGNE and CRMR.

@amontoison
Copy link
Member Author

Too complex to support with linear operators and preconditioners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants