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 542ca0b commit c831bbaCopy full SHA for c831bba
src/algorithms/groebner-bases.jl
@@ -39,7 +39,7 @@ julia> eliminate(I, 2)
39
"""
40
function eliminate(
41
I::Ideal{T} where T <: MPolyElem,
42
- eliminate::Int,
+ eliminate::Int;
43
initial_hts::Int=17,
44
nr_thrds::Int=1,
45
max_nr_pairs::Int=0,
0 commit comments