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

Improvements to composition mechanisms #10

Open
esoubies opened this issue Nov 29, 2019 · 0 comments
Open

Improvements to composition mechanisms #10

esoubies opened this issue Nov 29, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@esoubies
Copy link
Member

Some examples of stuff that have to be improved:

  • In Map plus_ and minus_ test if equal to itself (or a scaled version of itself) and return the corresponding scaled version of itself. Do the analogy in LinOp and Cost.
  • In Map makeComposition_ test if inverse and return identity (the analogy of makeComposition_ in MapInversion)
  • For LinOpConv if we do H^-1*H we get a LinOpConv and not an identity. In makeComposition_ of LinOpConv test if the new mtf is constant and return the appropriate LinOpDiag. This is more general and holds other LinOps that have a new implementation of mpower_
  • add the possibility to add a scalar to a Map for adding a scaled identity
@esoubies esoubies added the enhancement New feature or request label Nov 29, 2019
@esoubies esoubies added this to the v1.1.3 milestone Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant