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

TODO #1

Open
geoffroyleconte opened this issue May 4, 2021 · 0 comments
Open

TODO #1

geoffroyleconte opened this issue May 4, 2021 · 0 comments

Comments

@geoffroyleconte
Copy link
Owner

geoffroyleconte commented May 4, 2021

  1. Find a way to implement lmul! and rmul! for special operators such as OpDiagonal (maybe create separate LinearOperator types, or create a SpecialLinearOperator type that has lmul! and rmul! in its definition)
  2. 5-args mul! with LBFGS (only 3-args mul! is implemented for now)
  3. Operations with LBFGS operators such as + , *.
  4. Flip expressions (see test_callable.jl) is not very convenient
  5. kron, opInverse, opLDL... are not in-place
  6. We have to write y = - (op * x) instead of y = - op * x if we use LBFGS or LSR1 operators (linked to 3. )
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

No branches or pull requests

1 participant