Skip to content

Improvements to composition mechanisms  #10

Description

@esoubies

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions