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

Fix kernel basis computation for polynomial matrix in corner case #37208

Merged
merged 5 commits into from
Feb 2, 2024

Commits on Jan 30, 2024

  1. fixing the pex case, but in fact others don't return the correct erro…

    …r for negative degree input
    vneiger committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3bbf8aa View commit details
    Browse the repository at this point in the history
  2. fix in other similar places

    vneiger committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fedfcdc View commit details
    Browse the repository at this point in the history
  3. fix d <= 0 -> d < 0

    vneiger committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    29f8555 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    9f15f69 View commit details
    Browse the repository at this point in the history
  2. add test

    vneiger committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f503b52 View commit details
    Browse the repository at this point in the history