Skip to content

Commit 542ca0b

Browse files
committed
fixes doc for eliminate()
1 parent a964b06 commit 542ca0b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/src/algorithms/groebner-bases.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ reverse lexicographical order. One can either directly add the number of
3333
variables of the first block via the `eliminate` parameter in the
3434
`groebner_basis` call. We have also implemented an alias for this call:
3535

36-
%% ```@docs
37-
%% function eliminate(
38-
%% I::Ideal{T} where T <: MPolyElem,
39-
%% eliminate::Int,
40-
%% initial_hts::Int=17,
41-
%% nr_thrds::Int=1,
42-
%% max_nr_pairs::Int=0,
43-
%% la_option::Int=2,
44-
%% complete_reduction::Bool=true,
45-
%% info_level::Int=0
46-
%% )
47-
%% ```
36+
```@docs
37+
eliminate(
38+
I::Ideal{T} where T <: MPolyElem,
39+
eliminate::Int;
40+
initial_hts::Int=17,
41+
nr_thrds::Int=1,
42+
max_nr_pairs::Int=0,
43+
la_option::Int=2,
44+
complete_reduction::Bool=true,
45+
info_level::Int=0
46+
)
47+
```

0 commit comments

Comments
 (0)