Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P pypocketfft
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Martin Reinecke
  • pypocketfft
  • Merge requests
  • !20

More cleanup of `general_` functions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Peter Bell requested to merge general_cleanup into cleanup2 Aug 04, 2019
  • Overview 8
  • Commits 7
  • Pipelines 0
  • Changes 2

This extracts as much of the common logic from the nd-transforms as possible into generic functions. With the transform-specific logic handled by the exec functor. I've also tried to abstract all of the data movement and vector-type reordering into overloads of the various copy_ functions.

This does currently keep r2c and c2r as their own special cases since they are subtly different in a few ways.

Edited Aug 04, 2019 by Peter Bell
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: general_cleanup