File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11@doc Markdown. doc"""
2- function equidimensional_decomposition(I::Ideal{T}, info_level::Int=0) where {T <: MPolyRingElem}
2+ equidimensional_decomposition(I::Ideal{T}, info_level::Int=0) where {T <: MPolyRingElem}
33
44Given a polynomial ideal `I`, return a list of ideals `dec` s.t.
55each ideal in `dec` is equidimensional (i.e. has minimal primes
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ include("helpers.jl")
2424# ---------------- user functions --------------------#
2525
2626@doc Markdown. doc"""
27- function sig_groebner_basis(sys::Vector{T}; info_level::Int=0, degbound::Int=0, mod_ord::Symbol=:POT) where {T <: MPolyRingElem}
27+ sig_groebner_basis(sys::Vector{T}; info_level::Int=0, degbound::Int=0, mod_ord::Symbol=:POT) where {T <: MPolyRingElem}
2828
2929Compute a Signature Gröbner basis of the sequence `sys` w.r.t. to the
3030degree reverse lexicographical monomial ordering and the module order
You can’t perform that action at this time.
0 commit comments