Skip to content

GitLab

  • Menu
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 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.

  • ift
  • NIFTy
  • Merge requests
  • !237

Merged
Created Apr 02, 2018 by Martin Reinecke@mtrOwner

Replace InverseOperator and AdjointOperator with OperatorAdapter, and more

  • Overview 0
  • Commits 16
  • Pipelines 2
  • Changes 28

This patch introduces the OperatorAdapter class, which does the work so far done by InverseOperator and AdjointOperator, but it is smaller and more flexible.

It also removes the method inverse_draw_sample() and adds a fromInverse flag to draw_sample() instead, which also makes many things easier to write.

As a completely unrelated bonus, there is an interface to SciPy's conjugate gradient solver, which can now be used as an alternative to Nifty's ConjugateGradient.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: op_twiddling