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 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • 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
  • !84

Document FFTOperator and rename its "inverse_times" to "adjoint_times"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Reinecke requested to merge fft_op into master May 08, 2017
  • Overview 5
  • Commits 12
  • Pipelines 6
  • Changes 9

This changes the interface of the FFTOperator according to today's discussions.

Documentation was added; tests have been adjusted.

NOTE: after this change, the Wiener filter demo no longer works, since it calls "inverse_times" for an FFTOperator.

Also, the SmoothingOperator no longer works, since it also requires the inverse FFT to work. I expect that it should not be allowed to work on spherical spaces anyway. Let's discuss this tomorrow.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fft_op