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

Preconditioners #52

Closed
14 of 15 tasks
dpo opened this issue Jun 20, 2018 · 4 comments · Fixed by #117
Closed
14 of 15 tasks

Preconditioners #52

dpo opened this issue Jun 20, 2018 · 4 comments · Fixed by #117

Comments

@dpo
Copy link
Member

dpo commented Jun 20, 2018

We should add preconditioners in the obvious places (e.g., cg()).

Preconditioners roadmap

  • CG
  • CG_LANCZOS
  • CG_LANCZOS_SHIFT_SEQ
  • CR
  • MINRES
  • SYMMLQ
  • CGLS
  • CGNE
  • CRAIG
  • CRAIGMR
  • CRMR
  • LSLQ
  • LSMR
  • LSQR
  • CRLS
@amontoison
Copy link
Member

amontoison commented Jul 26, 2018

We can view task list summary information in issue and pull request lists only when the task list is in the initial comment.
@dpo Could you add it to you first first comment please?

@amontoison
Copy link
Member

As issue #45, we should use preallocation for preconditioners. I don't know if we can update variants.jl this time, M is a keyword argument.
Maybe we could move preallocated_LinearOperator and preallocated_symmetric_LinearOperator functions in LinearOperators?

@dpo
Copy link
Member Author

dpo commented Oct 24, 2018

Yes, we should certainly have preallocated operators in LinearOperators.

@amontoison
Copy link
Member

Almost finished! CRAIG and CRAIGMR are the last ones.

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 a pull request may close this issue.

2 participants