You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/flint/files/flint-2.5.2-utf8.patch

14 lines
625 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

diff --git a/fmpz_mat/doc/fmpz_mat.txt b/fmpz_mat/doc/fmpz_mat.txt
index 2f07624..d741899 100644
--- a/fmpz_mat/doc/fmpz_mat.txt
+++ b/fmpz_mat/doc/fmpz_mat.txt
@@ -1114,7 +1114,7 @@ void fmpz_mat_gram(fmpz_mat_t B, const fmpz_mat_t A)
Sets \code{B} to the Gram matrix of the $m$-dimensional lattice \code{L} in
$n$-dimensional Euclidean space $R^n$ spanned by the rows of
- the $m$ × $n$ matrix \code{A}. Dimensions must be compatible.
+ the $m \times n$ matrix \code{A}. Dimensions must be compatible.
\code{A} and \code{B} are allowed to be the same object if \code{A} is a
square matrix.