]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: improve a comment.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 26 Jul 2019 16:11:32 +0000 (12:11 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 29 Jul 2019 03:19:01 +0000 (23:19 -0400)
mjo/eja/euclidean_jordan_algebra.py

index 640048543cff7eb2e2a737f8fa49dfdb56b5991e..8bd10cc493e130364aea3971d2c5f9ce5910803b 100644 (file)
@@ -1008,9 +1008,8 @@ class FiniteDimensionalEuclideanJordanAlgebra(FiniteDimensionalAlgebra):
             Return the matrix that represents left- (or right-)
             multiplication by this element in the parent algebra.
 
-            We have to override this because the superclass method
-            returns a matrix that acts on row vectors (that is, on
-            the right).
+            We implement this ourselves to work around the fact that
+            our parent class represents everything with row vectors.
 
             EXAMPLES: