Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 5cc1288

Browse files
author
Matthias Koeppe
committed
src/sage/matrix/matrix_gfpn_dense.pyx: Add reference to meataxe spkg
1 parent 1276609 commit 5cc1288

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/sage/matrix/matrix_gfpn_dense.pyx

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
r"""
66
Dense Matrices over `\mathbb F_q`, with `q<255`.
77
8-
This module is a wrapper for version 2.4.24 of the Aachen
9-
`C-MeatAxe <http://www.math.rwth-aachen.de/homes/MTX/download.html>`_,
8+
This module is a wrapper for the `Aachen C-MeatAxe library <../spkg/meataxe.html>`_,
109
improved by an implementation of the Winograd-Strassen multiplication
1110
algorithm. It provides matrices over the finite field `\mathbb F_q`,
1211
where `q\le 255`.
@@ -15,6 +14,11 @@ By default, it is only used when `q` is odd and not prime, because other
1514
matrix implementations in SageMath perform better for prime fields or in
1615
characteristic two.
1716
17+
.. NOTE::
18+
19+
The examples shown here will only work when the `meataxe
20+
<../spkg/meataxe.html>` package has been installed.
21+
1822
AUTHORS:
1923
2024
- Simon King (2015-09): initial version

0 commit comments

Comments
 (0)