Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N NIFTy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ift
  • NIFTy
  • Merge requests
  • !207

new operator convenience functionality

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Martin Reinecke requested to merge fun_with_operators into nifty2go Dec 28, 2017
  • Overview 18
  • Commits 44
  • Pipelines 42
  • Changes 71

The operators on this branch have the following new properties:

  • they can be chained with "*", "+", and "-"
  • they have new properties ".inverse" and ".adjoint", which return the inverse resp. the adjoint operator

This allows very simple creation of combined operators. See the end of demos/wiener_filter_easy.py or nifty/library/wiener_filter_curvature.py for a nice demo.

@kjako, @dpumpe, @parras, @theos, @reimar, @ensslint : I'd be happy about any feedback!

Edited Jan 12, 2018 by Martin Reinecke
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fun_with_operators