]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_element_subalgebra.py
eja: work towards fixing element subalgebras.
[sage.d.git] / mjo / eja / eja_element_subalgebra.py
2020-12-07 Michael Orlitzkyeja: work towards fixing element subalgebras.
2020-12-06 Michael Orlitzkyeja: begin dropping support for vector representations.
2020-12-06 Michael Orlitzkyeja: begin major overhaul of class hierarchy and naming.
2020-12-01 Michael Orlitzkyeja: convert matrix algebas to the new constructor...
2020-11-22 Michael Orlitzkyeja: simplify the element-subalgebra one() method.
2020-11-21 Michael Orlitzkyeja: drop an unused variable.
2020-11-21 Michael Orlitzkyeja: echelonize a matrix manually to ensure a decent...
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.