Help testing release candidate for std::complex

I’m not sure what’s failing here. Everything’s passing on my machine for both clang++ and g++ (several versions) on the the code that’s currently on origin.

The mat.hpp headers were created to facilitate the flattening of the repository structure then removed. Perhaps this is a stranded header from checking out develop at different time points.

If I’m reading you correctly, this line

should point to the new mix.hpp.

Correct?

Yes.

1 Like

Just letting you know I turned in my letter of resignation at work earlier this week. June 2nd will be my last day. The work was a major motivator of my summer 2018 complex implementation, and also for me to help out here so they could have a future proof solution. I don’t know what I’ll be doing, but I think I’m still interested in this subject area, so if you pick back up on it I would still try to test it for you. Take care, -C

2 Likes

Thanks for the offer. It’s all merged in the develop branch. It does everything we need for complex numbers other than be able to instantiate the complex_schur decomposition with a complex argument—it works fine for a non-complex argument. We still need to track that down, but think it’s a problem on the Eigen side, not with our code.