-
Notifications
You must be signed in to change notification settings - Fork 1
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
complex_to_real isn't working with boost::multiprecision::complex128 #18
Comments
We have two versions of this example, one with builtin types that we can test without multiprecision dependencies and another version for float128. Unfortunately the complex type cannot be deduce yet and Nevertheless, the example works. I think we can close this issue. The complex selection is already a subject in the discussion #16. |
Sorry. We'll close it if we merge #31. |
Yes. I agree, thank you! :) |
When working on #17 I encountered a problem that
boost::multiprecision::complex128
isn't working in fft_ex_06.cpp.Before changes in #17 it was using
std::complex<boost::multiprecision::float128>
and worked.Let's us track here progress with this problem.
@Lagrang3 @ckormanyos , any ideas?
The text was updated successfully, but these errors were encountered: