]> gitweb.michael.orlitzky.com - sage.d.git/commit
eja: use the basis space ring instead of the element's during construction.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 20 Aug 2019 15:11:32 +0000 (11:11 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 20 Aug 2019 15:11:32 +0000 (11:11 -0400)
commit1c7418a9b9a3f6f41c95b785c9e4ec18c168d962
tree6d9082ff77159a0beee207de9a42084610c4c31c
parentfe7ba85535340f4506513cb3c73b483693526023
eja: use the basis space ring instead of the element's during construction.

Basically, when we're constructing an element, we're trying to fit
some given representation into a pre-existing space. Thus it makes
sense to build that space out of the pre-existing stuff, and not from
the element's base ring. This makes sense in general.
mjo/eja/eja_algebra.py