]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_algebra.py
eja: move away from using matrices as our "multiplication table."
[sage.d.git] / mjo / eja / eja_algebra.py
2019-08-04 Michael Orlitzkyeja: move away from using matrices as our "multiplicati...
2019-08-04 Michael Orlitzkyeja: remove an unused import.
2019-08-02 Michael Orlitzkyeja: move the element constructor into the parent algeb...
2019-08-02 Michael Orlitzkyeja: use from_vector() instead of relying on call magic...
2019-08-02 Michael Orlitzkyeja: fix degree() -> dimension() in a few tests.
2019-07-30 Michael OrlitzkyWIP: switch away from the algebra base class and use...
2019-07-30 Michael Orlitzkyeja: compute the unit element of the algebra ourselves.
2019-07-30 Michael Orlitzkyeja: factor out the EJA element class into its own...
2019-07-29 Michael Orlitzkyeja: add more regularity and degree tests.
2019-07-29 Michael Orlitzkyeja: simplify and justify the implementation of is_nilp...
2019-07-29 Michael Orlitzkyeja: add and update a few docstrings and tests.
2019-07-29 Michael Orlitzkyeja: require the rank argument for an EJA, because...
2019-07-29 Michael Orlitzkyeja: update some docstrings.
2019-07-29 Michael Orlitzkyeja: clean up imports.
2019-07-29 Michael Orlitzkyeja: separate out the operator class and rename both...