]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_element_subalgebra.py
eja: don't compute an unused vector space for the element subalgebra.
[sage.d.git] / mjo / eja / eja_element_subalgebra.py
2020-11-21 Michael Orlitzkyeja: don't compute an unused vector space for the eleme...
2020-11-20 Michael Orlitzkyeja: drop obsolete _a_regular_element() override method.
2020-11-10 Michael Orlitzkyeja: split "check" args into check_field and check_axioms.
2020-11-09 Michael Orlitzkyeja: pass check=False for known-good constructions.
2020-11-03 Michael Orlitzkyeja: fix tests and pre-cache ranks.
2020-10-18 Michael Orlitzkyeja: fix sub-subalgebra element construction.
2020-10-18 Michael Orlitzkymjo/eja/eja_element_subalgebra.py: switch two tests...
2020-10-11 Michael Orlitzkyeja: make AA the default field because everything cool...
2019-12-27 Michael Orlitzkyeja: rename RealCartesianProductEJA -> HadamardEJA.
2019-11-10 Michael Orlitzkyeja: remove redundant subalgebra stuff out of element...
2019-11-10 Michael Orlitzkyeja: refactor the element subalgebra stuff into generic...
2019-11-09 Michael Orlitzkyeja: move eja_subalgebra to eja_element_subalgebra.