]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_operator.py
eja: rename operator_inner_product -> operator_trace inner_product.
[sage.d.git] / mjo / eja / eja_operator.py
2023-02-04 Michael Orlitzkyeja: drop "FiniteDimensional" prefix everywhere.
2021-11-15 Michael Orlitzkymjo/**/*.py: drop obsolete set_random_seed().
2021-03-01 Michael Orlitzkyeja: use "b" as the default prefix.
2021-02-26 Michael Orlitzkyeja: simplify some calls to super(...).
2020-12-07 Michael Orlitzkyeja: fix operator tests.
2020-12-06 Michael Orlitzkyeja: begin major overhaul of class hierarchy and naming.
2020-11-25 Michael Orlitzkyeja: add is_self_adjoint() for operators.
2020-11-24 Michael Orlitzkyeja: add is_zero() method for operators.
2020-11-23 Michael Orlitzkyeja: check the (co)domain of each EJA operator.
2020-10-11 Michael Orlitzkyeja: make AA the default field because everything cool...
2019-12-27 Michael Orlitzkyeja: rename RealCartesianProductEJA -> HadamardEJA.
2019-12-08 Michael Orlitzkyeja: listify map/zip results for python-3.x compatibility.
2019-10-15 Michael Orlitzkyeja: add a new TrivialEJA class and some tests for it.
2019-10-15 Michael Orlitzkyeja: make two operator tests work in trivial algebras.
2019-10-14 Michael Orlitzkyeja: remove EJA tests from the operator spectral decomp...
2019-10-10 Michael Orlitzkyeja: add inverse() method for operators.
2019-10-10 Michael Orlitzkyeja: add is_invertible() for operators.
2019-08-30 Michael Orlitzkyeja: add more tests for the (now-working) spectral_deco...
2019-08-30 Michael Orlitzkyeja: get a rudimentary spectral decomposition for opera...
2019-08-29 Michael Orlitzkyeja: insist that operator matrix base ring matches...
2019-08-20 Michael Orlitzkyeja: normalize the real symmetric matrix basis.
2019-08-06 Michael Orlitzkyeja: use "dimension" instead of "degree" in EJA string...
2019-07-30 Michael OrlitzkyWIP: switch away from the algebra base class and use...
2019-07-29 Michael Orlitzkyeja: clean up imports.
2019-07-29 Michael Orlitzkyeja: separate out the operator class and rename both...