]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/eja_algebra.py
Reorganize the Hurwitz (matrix) algebra stuff.
[sage.d.git] / mjo / eja / eja_algebra.py
index c86cdff0e4ab056292ac248289aee6a876332739..2ecf8cd274bbee0be8c31e25c8a35a6e9561123a 100644 (file)
@@ -2732,7 +2732,7 @@ class OctonionHermitianEJA(RationalBasisEJA, ConcreteEJA, MatrixEJA):
             27
 
         """
-        from mjo.octonions import OctonionMatrixAlgebra
+        from mjo.hurwitz import OctonionMatrixAlgebra
         MS = OctonionMatrixAlgebra(n, scalars=field)
         es = MS.entry_algebra().gens()