Your comment is noted but moot at this point because a new issue has
grabbed my attention. I will get a test working properly with
std::complex and only then will I explore new territory.
Rick
On 2025-02-20 15:30, Jim Melton wrote:
> I don't know if you are working in C++ or Python, but I mig
I don't know if you are working in C++ or Python, but I might point out that
std::complex is likely Undefined Behavior. Sure, it's attractive, but you
deserve what you get when you tread in UB territory.
Your best bet is to convert your std::pair into std::complex
and be done with it.
---
Jim