Skip to content

Commit 36e4142

Browse files
author
Rafael Mohr
committed
fixes docu
1 parent 717d667 commit 36e4142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/algorithms/decomposition.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
Given a polynomial ideal `I`, return a list of ideals `dec` s.t.
55
each ideal in `dec` is equidimensional (i.e. has minimal primes

src/siggb/siggb.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2929
Compute a Signature Gröbner basis of the sequence `sys` w.r.t. to the
3030
degree reverse lexicographical monomial ordering and the module order

0 commit comments

Comments
 (0)