Skip to content

Commit

Permalink
src/sage/matrix/matrix_gfpn_dense.pyx: Add reference to meataxe spkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 6, 2021
1 parent 1276609 commit 5cc1288
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/sage/matrix/matrix_gfpn_dense.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
r"""
Dense Matrices over `\mathbb F_q`, with `q<255`.
This module is a wrapper for version 2.4.24 of the Aachen
`C-MeatAxe <http://www.math.rwth-aachen.de/homes/MTX/download.html>`_,
This module is a wrapper for the `Aachen C-MeatAxe library <../spkg/meataxe.html>`_,
improved by an implementation of the Winograd-Strassen multiplication
algorithm. It provides matrices over the finite field `\mathbb F_q`,
where `q\le 255`.
Expand All @@ -15,6 +14,11 @@ By default, it is only used when `q` is odd and not prime, because other
matrix implementations in SageMath perform better for prime fields or in
characteristic two.
.. NOTE::
The examples shown here will only work when the `meataxe
<../spkg/meataxe.html>` package has been installed.
AUTHORS:
- Simon King (2015-09): initial version
Expand Down

0 comments on commit 5cc1288

Please sign in to comment.