cppflow
cppflow copied to clipboard
Add support for complex number datatypes
This PR aims to add support for complex number datatypes. Only tested with std::complex<float>
but I imagine it works just as well with std::complex<double>
.
Hi @bogdanteleaga
Did you test this? Isn't float 32 bits, and double 64? You are using them as 64 and 128.
Hello! I didn't end up using it, but I believe it's like that because the complex numbers are a pair of float/double.
True, I will test this and include it