X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=mjo%2Feja%2Feja_algebra.py;h=845503b081ce7a9282128886fa595ca4bd7027a6;hp=615b0d494af83a132e1d6343fe05917e4ed2eaf7;hb=2a534368e635eb94c2c866dbc35e9a8ef9d539d4;hpb=2eead94218aad1f63faec9cdeacc30171a880438 diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index 615b0d4..845503b 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -357,8 +357,8 @@ class FiniteDimensionalEJA(CombinatorialFreeModule): # coordinates and the given ones, we need to stick the original # basis in W. U = V.span_of_basis( deortho_vector_basis, check=check_axioms) - self._deortho_matrix = matrix( U.coordinate_vector(q) - for q in vector_basis ) + self._deortho_matrix = matrix.column( U.coordinate_vector(q) + for q in vector_basis ) # Now we actually compute the multiplication and inner-product