BoostGSoC21/math

complex_to_real isn't working with boost::multiprecision::complex128

Closed this issue · 3 comments

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?

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 std::complex<boost::multiprecision::float128> is undefined according to the standard.

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! :)