We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All Krylov processes can use 5-argument mul!. We should update our Krylov methods to reduce memory requirements.
Some methods are not concerned by this modification : CG, CR, CGS, BICGSTAB, CGLS, CRLS, CGNE and CRMR.
CG
CR
CGS
BICGSTAB
CGLS
CRLS
CGNE
CRMR
The text was updated successfully, but these errors were encountered:
Too complex to support with linear operators and preconditioners.
Sorry, something went wrong.
No branches or pull requests
All Krylov processes can use 5-argument mul!. We should update our Krylov methods to reduce memory requirements.
Lanczos process
Arnoldi process
Orthogonal tridiagonalization process
Lanczos biorthogonalization process
Golub-Kahan process
Some methods are not concerned by this modification :
CG
,CR
,CGS
,BICGSTAB
,CGLS
,CRLS
,CGNE
andCRMR
.The text was updated successfully, but these errors were encountered: