]> gitweb.michael.orlitzky.com - sage.d.git/commit
mjo/hurwitz.py: speed up is_hermitian() and is_skew_symmetric().
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 2 Feb 2022 16:21:01 +0000 (11:21 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 2 Feb 2022 16:21:01 +0000 (11:21 -0500)
commit2c4fdb8c5b0d70b1aafb3aed7e993c5821ee26be
tree8e62f0eb027baff6ffc99f9ff13365dc20d78ffd
parent40f05711fd912960d31328d9ada747f3730104b8
mjo/hurwitz.py: speed up is_hermitian() and is_skew_symmetric().

We only need to test these above and on the diagonal.
mjo/hurwitz.py