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

Commit

Permalink
Fix is_skew_hadamard_matrix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCati committed Jan 27, 2023
1 parent f99daba commit 67b74bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/combinat/matrices/hadamard_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def normalise_hadamard(H, skew=False):
The normalised Hadamard matrix corresponding to a Hadamard matrix `H` is a
matrix whose every entry in the first row and column is +1.
If `skew` is True, the matrix returned will be `skew-normal`: a skew Hadamard
If ``skew`` is True, the matrix returned will be skew-normal: a skew Hadamard
matrix with first row of all `+1`.
EXAMPLES::
Expand Down Expand Up @@ -1335,11 +1335,11 @@ def is_skew_hadamard_matrix(M, normalized=False, verbose=False):
- ``M`` -- a matrix
- ``normalized`` (boolean) -- whether to test if ``M`` is a normalized
Hadamard matrix, i.e. has its first row/column filled with +1.
- ``normalized`` (boolean) -- whether to test if ``M`` is a skew-normalized
Hadamard matrix, i.e. has its first row filled with +1.
- ``verbose`` (boolean) -- whether to be verbose when the matrix is not
Hadamard.
skew Hadamard.
EXAMPLES::
Expand Down

0 comments on commit 67b74bf

Please sign in to comment.