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

Tweaks to the polynomial caches #459

Merged
merged 4 commits into from
Oct 9, 2024
Merged

Tweaks to the polynomial caches #459

merged 4 commits into from
Oct 9, 2024

Commits on Oct 4, 2024

  1. In the event detection code, explicitly clear out the polynomials use…

    …d during real root isolation
    
    when they are moved.
    
    We were relying on move operations on std::vector to leave the source object in an empty
    state, but technically this is not guaranteed.
    bluescarni committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a4df94b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    542fb65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a40f4b5 View commit details
    Browse the repository at this point in the history
  3. Fix shadowing.

    bluescarni committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a343bf6 View commit details
    Browse the repository at this point in the history