Skip to content

Commit

Permalink
Update src/ideal/ideal.jl
Browse files Browse the repository at this point in the history
Co-authored-by: ederc <ederc@mathematik.uni-kl.de>
  • Loading branch information
hannes14 and ederc authored Mar 8, 2024
1 parent db00ba3 commit 7ab68e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ideal/ideal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ end
std_with_HC(I::sideal{{spoly{T}}, HC::spoly{T}) where T <: Nemo.FieldElem
Compute a standard basis for the 0-dimensional ideal $I$
ignoring all monomial larger than HC wrt. the monomial ordering
ignoring all monomials larger than HC wrt. the monomial ordering.
"""
function std_with_HC(I::sideal{spoly{T}}, HC::spoly{T}) where T <: Nemo.FieldElem
R = base_ring(I)
Expand Down

0 comments on commit 7ab68e4

Please sign in to comment.