Skip to content

Commit

Permalink
Add docstrings to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jan 8, 2024
1 parent 0cb4b67 commit 9d766c2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/src/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ map_exponents
multiplication_preserves_monomial_order
```

### Ordering

```@docs
AbstractMonomialOrdering
ordering
compare
LexOrder
InverseLexOrder
Graded
Reverse
```

## Terms

```@docs
Expand Down Expand Up @@ -72,7 +84,6 @@ nterms
coefficients
coefficient(p::AbstractPolynomialLike, m::AbstractMonomialLike, vars)
monomials
ordering
mindegree
maxdegree
extdegree
Expand Down

0 comments on commit 9d766c2

Please sign in to comment.