]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_utils.py
eja: rename operator_inner_product -> operator_trace inner_product.
[sage.d.git] / mjo / eja / eja_utils.py
2021-03-16 Michael Orlitzkyeja: further micro-optimize gram_schmidt().
2021-03-15 Michael Orlitzkyeja: try to speed up gram_schmidt(), but all my sages...
2021-03-15 Michael Orlitzkyeja: remove unused variable in gram_schmidt.
2021-03-14 Michael Orlitzkyeja: renumber coordinate variables from zero.
2021-03-13 Michael Orlitzkyeja: drop obsolete _vec2mat and _mat2vec helpers.
2021-03-13 Michael Orlitzkyeja: speed up _all2list().
2021-03-10 Michael Orlitzkyeja: fix missing test import.
2021-03-10 Michael Orlitzkyeja: cache the charpoly coefficients for the AlbertEJA.
2021-03-09 Michael Orlitzkyeja: undo overzealous hack in _all2list; the bug was...
2021-03-08 Michael Orlitzkyeja: don't real-embed quaternion matrices.
2021-03-06 Michael Orlitzkyeja: fix gram_schmidt doctests.
2021-03-04 Michael Orlitzkyeja: improve a gram_schmidt() error message.
2021-03-03 Michael Orlitzkyeja: add another _all2list doctest.
2021-03-03 Michael Orlitzkyeja: fix _all2list() bug introduced in previous commit.
2021-03-03 Michael Orlitzkyeja: refactor _all2list to support forthcoming matrix...
2021-03-02 Michael Orlitzkyeja: don't mess with the user's basis.
2021-02-27 Michael Orlitzkyeja: add a deep change_ring() utility function.
2021-02-26 Michael Orlitzkyeja: more tests/examples.
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...