Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RQ] general FFT interface? #13

Open
DrDaleks opened this issue Sep 22, 2017 · 1 comment
Open

[RQ] general FFT interface? #13

DrDaleks opened this issue Sep 22, 2017 · 1 comment

Comments

@DrDaleks
Copy link

I'm using the FFT in various dimensions, however I have boilerplate code that is copied over for each dimension because the FFT classes (*_1D, *_2D, *_3D) don't have a common interface.

Could it be possible to add an interface (called, perhaps "FFT") that all FFT classes could implement, so as to give generic access to the 1D versions of the methods, i.e.
{real|complex}{Forward|Inverse}({type}[] out) ?

If pull request needed, sure can do.
Cheers

@wendykierp
Copy link
Owner

To be consistent you would have to create such interfaces for all transforms. Please go ahead and create a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants