Skip to content

Commit

Permalink
Add an accent (oscar-system#3323)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschmitt authored Feb 6, 2024
1 parent 1422351 commit 097a09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rings/groebner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ Return a `Tuple` consisting of a `Generic.MatSpaceElem` `M` and a
reduced by the underlying generators of `J` w.r.t. the monomial
ordering `ordering` such that `M * gens(J) + res == gens(I)` if `ordering` is global.
If `ordering` is local then this equality holds after `gens(I)` has been multiplied
with an unknown diagonal matrix of units, see reduce_with_quotients_and_unit` to
with an unknown diagonal matrix of units, see `reduce_with_quotients_and_unit` to
obtain this matrix. `J` need not be a Gröbner basis. `res` will have the same number
of elements as `I`, even if they are zero.
Expand Down

0 comments on commit 097a09b

Please sign in to comment.