Skip to content

Commit

Permalink
Merge pull request flintlib#1536 from videlec/doc2
Browse files Browse the repository at this point in the history
More fixes in rst documentation
  • Loading branch information
fredrik-johansson authored Oct 16, 2023
2 parents 3a061a4 + 224f4e3 commit 2b2f510
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions doc/source/fmpz_mpoly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -984,12 +984,6 @@ in place of monic rational polynomials.
This produces a reduced Gröbner basis, which is unique
(up to the sort order of the entries in the vector).

.. function:: pair_t fmpz_mpoly_select_pop_pair(pairs_t pairs, const fmpz_mpoly_vec_t G, const fmpz_mpoly_ctx_t ctx)

Given a vector *pairs* of indices `(i, j)` into *G*, selects one pair
for elimination in Buchberger's algorithm. The pair is removed
from *pairs* and returned.

.. function:: void fmpz_mpoly_buchberger_naive(fmpz_mpoly_vec_t G, const fmpz_mpoly_vec_t F, const fmpz_mpoly_ctx_t ctx)

Sets *G* to a Gröbner basis for *F*, computed using
Expand Down
2 changes: 1 addition & 1 deletion doc/source/nmod_mat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Basic properties and manipulation
--------------------------------------------------------------------------------


.. function:: MACRO nmod_mat_entry(nmod_mat_t mat, slong i, slong j)
.. macro:: nmod_mat_entry(mat, i, j)

Directly accesses the entry in ``mat`` in row `i` and column `j`,
indexed from zero. No bounds checking is performed. This macro can be
Expand Down

0 comments on commit 2b2f510

Please sign in to comment.