code we use has got re/img saved in an array in order to use for complex values, and i have all the related functionalities, written in c, for conj, complex multiplication as suggested in the previous post i have linked to.
but there is a suggestion to go for complex values in my team, can someone advise the side effects it would along bring with.
The complex type uses lesser memory? or does it use more, than allocating re/im in an array ?
I could see some positives it has, it makes the code more readable, and it also comes with the added conj, complex multiplication lib functions.
but, is it a worthy switch? considering the memory and optimization, as both of them are critical in my project.
