We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b69168 commit 0d5ba5aCopy full SHA for 0d5ba5a
src/siggb/siggb.jl
@@ -13,7 +13,7 @@ include("symbolic_pp.jl")
13
include("linear_algebra.jl")
14
15
@doc Markdown.doc"""
16
- sig_groebner_basis(sys::Vector{T}; info_level = 0, degbound = 0) where {T <: MPolyRingElem}
+ sig_groebner_basis(sys::Vector{T}; info_level::Int = 0, degbound::Int = 0) where {T <: MPolyRingElem}
17
18
Compute a Signature Gröbner basis of the sequence `sys` w.r.t. to the
19
degree reverse lexicographical monomial ordering and the degree
0 commit comments