]> gitweb.michael.orlitzky.com - sage.d.git/commit
mjo/eja/eja_operator.py: speed up is_isometry() and is_homomorphism()
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 28 Nov 2024 18:15:57 +0000 (13:15 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 28 Nov 2024 18:15:57 +0000 (13:15 -0500)
commit32c118994ce9a02632bbc8498e6008e80da5558d
treef25dd0688a8423d4b95c237eb86a35fac42b02bf
parentb6dd8cba5f819b5710177407575e61444cdd2006
mjo/eja/eja_operator.py: speed up is_isometry() and is_homomorphism()

Both of these are symmetric, so we can skip about half of the checks.
mjo/eja/eja_operator.py