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 ee1ef7c commit 8b69168Copy full SHA for 8b69168
docs/src/groebner-bases.md
@@ -61,9 +61,5 @@ variables of the first block via the `eliminate` parameter in the
61
To compute signature Gröbner bases use
62
63
```@docs
64
- sig_groebner_basis(
65
- sys::Vector{T} where T <: MPolyElem,
66
- info_level::Int=0,
67
- degbound::Int=0
68
- )
+ sig_groebner_basis(sys::Vector{T}; info_level::Int = 0, degbound::Int = 0) where {T <: MPolyRingElem}
69
```
0 commit comments