From d4abbb9559730285a79574ccbabe18ff28dad585 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 26 Jul 2019 12:11:32 -0400 Subject: [PATCH] eja: improve a comment. --- mjo/eja/euclidean_jordan_algebra.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mjo/eja/euclidean_jordan_algebra.py b/mjo/eja/euclidean_jordan_algebra.py index 6400485..8bd10cc 100644 --- a/mjo/eja/euclidean_jordan_algebra.py +++ b/mjo/eja/euclidean_jordan_algebra.py @@ -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: -- 2.44.2