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

Add the function groebner_with_change_matrix #131

Merged
merged 3 commits into from
Mar 14, 2024
Merged

Commits on Mar 14, 2024

  1. Add the function groebner_with_change_matrix

    It computes a (non-unique) standard representation of the basis
    with respect to the initial generators of the ideal.
    
    The computation mirrors the standard F4,
    but also keeps track of row operations in the F4 matrix.
    
    The standard representations are eagerly updated,
    which may hurt performance a bit.
    
    Works for AA and Nemo, not tested for DynamicPolynomials.jl
    sumiya11 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f827966 View commit details
    Browse the repository at this point in the history
  2. bugfix for changematrix

    sumiya11 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8411076 View commit details
    Browse the repository at this point in the history
  3. bugfix for changematrix

    sumiya11 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2f9d9e7 View commit details
    Browse the repository at this point in the history