Skip to content

Commit d23bafc

Browse files
RafaelDavidMohrederc
authored andcommitted
further doc updates
1 parent 6e5ece5 commit d23bafc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/src/groebner-bases.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ AlgebraicSolving allows to compute Gröbner bases for input generators over fini
2121
fields of characteristic smaller $2^{31}$ w.r.t. the degree reverse
2222
lexicographical monomial order.
2323

24-
At the moment different variants of Faugère's F4 Algorithm are implemented.
24+
At the moment different variants of Faugère's F4 Algorithm are implemented as
25+
well as a signature based algorithm to compute Gröbner bases.
2526

2627
## Functionality
2728

@@ -56,3 +57,13 @@ variables of the first block via the `eliminate` parameter in the
5657
info_level::Int=0
5758
)
5859
```
60+
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+
)
69+
```

0 commit comments

Comments
 (0)