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

Handle Real-valued Circulant and Toeplitz #75

Open
ChristophWWagner opened this issue Jan 28, 2019 · 0 comments
Open

Handle Real-valued Circulant and Toeplitz #75

ChristophWWagner opened this issue Jan 28, 2019 · 0 comments

Comments

@ChristophWWagner
Copy link
Member

Get rid of extending the data type to complex when dealing with real-valued transforms. Any idea on how to do this, anyone?

I'd give reworking to real-valued DFTs internally a shot and would then zip the real and imaginary portions of the input and output vectors accordingly in the complex case. This way we'd only construct one transform data structure at a time.

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

No branches or pull requests

1 participant