]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_utils.py
eja: start fixing Cartesian products of Cartesian products.
[sage.d.git] / mjo / eja / eja_utils.py
2021-02-26 Michael Orlitzkyeja: start fixing Cartesian products of Cartesian products.
2021-02-25 Michael Orlitzkyeja: add some tests for new utility functions.
2021-02-25 Michael Orlitzkyeja: fix cartesian products of cartesian product EJAs.
2021-02-25 Michael Orlitzkyeja: make gram_schmidt work in Cartesian product algebras.
2021-02-24 Michael Orlitzkyeja: handle tuples in parent algebras rather than in...
2020-12-07 Michael Orlitzkyeja: add example of Gram-Schmidt with matrices.
2020-11-27 Michael Orlitzkyeja: allow non-standard inner product in gram_schmidt.
2020-11-27 Michael OrlitzkyRevert "eja: drop custom gram_schmidt() routine that...
2020-11-27 Michael Orlitzkyeja: begin working on a new constructor.
2019-10-29 Michael Orlitzkyeja: drop custom gram_schmidt() routine that isn't...
2019-08-30 Michael Orlitzkyeja: get a rudimentary spectral decomposition for opera...
2019-08-29 Michael Orlitzkyeja: fix some tests that broke with the gram-schmidt...
2019-08-29 Michael Orlitzkyeja: add a WIP gram-schmidt for EJA elements.
2019-08-23 Michael Orlitzkyeja: remove some unused imports from eja_utils.
2019-08-23 Michael Orlitzkyeja: delete unused vec2mat() function.
2019-07-30 Michael Orlitzkyeja: factor out the EJA element class into its own...