Skip to content

[FEA] Investigate mixing transforms and operators #450

@cliffburdick

Description

@cliffburdick

Right now to do an FFT convolution at least three separate lines must be written:

  1. FFT input
  2. element-wise multiply the output
  3. IFFT the multiplied results

This limitation is due to how we treat transforms and operators differently. This issue is to investigate mixing the two, which has many benefits, including saving temporary variables, more readable code, and more chances for optimizations in the parsing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions