Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapter::Reslice: Alternative resolution of complex summation #2785

Merged

Commits on Jan 23, 2024

  1. Adapter::Reslice: Alternative resolution of complex summation

    Uses an alternative design to f97d3ca / #2768 for supporting complex numbers in the reslice adapter. Specifically in determining the type to use during summation, f97d3ca chooses complex double if the type is not arithmetic, which could hypothetically lead to unexpected behaviour with unexpected template types. This alternative instead utilises the pre-existing is_complex<> SFINAE capability.
    Lestropie committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ed9462b View commit details
    Browse the repository at this point in the history