]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_subalgebra.py
eja: rename operator_inner_product -> operator_trace inner_product.
[sage.d.git] / mjo / eja / eja_subalgebra.py
2023-02-04 Michael Orlitzkyeja: drop "FiniteDimensional" prefix everywhere.
2023-02-04 Michael Orlitzkyeja: special subalgebra handling for Cartesian product...
2022-02-01 Michael Orlitzkyeja: add more "# long time" markers.
2021-11-15 Michael Orlitzkymjo/**/*.py: drop obsolete set_random_seed().
2021-03-12 Michael Orlitzkyeja: fix trivial subalgebra element constructor.
2021-03-12 Michael Orlitzkyeja: add superalgebra_embedding() for subalgebras.
2021-03-09 Michael Orlitzkyeja: optionally pass matrix space into FDEJA instead...
2021-03-01 Michael Orlitzkyeja: use "b" as the default prefix.
2021-02-27 Michael Orlitzkyeja: speed up the double-subalgebra test by using QQ.
2021-02-26 Michael Orlitzkyeja: pass associative=True in some tests.
2021-02-25 Michael Orlitzkyeja: fix the field on subalgebras.
2021-02-24 Michael Orlitzkyeja: handle tuples in parent algebras rather than in...
2021-02-24 Michael Orlitzkyeja: add subalgebra() method for algebras.
2020-12-08 Michael Orlitzkyeja: fix some subalgebra tests with respect to orthonor...
2020-12-08 Michael Orlitzkyeja: more orthonormalization fixes.
2020-12-07 Michael Orlitzkyeja: fix crashes (but not all failures) in subalgebra...
2020-12-07 Michael Orlitzkyeja: work towards fixing element subalgebras.
2020-12-06 Michael Orlitzkyeja: begin major overhaul of class hierarchy and naming.
2020-12-03 Michael Orlitzkyeja: move the "field" argument to (usually passed throu...
2020-12-03 Michael Orlitzkyeja: propagate check_axioms to some other "check" varia...
2020-12-02 Michael Orlitzkyeja: don't pass in a full multiplication table unless...
2020-11-28 Michael Orlitzkyeja: more work on realizing the new constructor.
2020-11-25 Michael Orlitzkyeja: update todo, and rename "natural" to "matrix".
2020-11-24 Michael Orlitzkyeja: begin refactoring to allow noncanonical inner...
2020-11-21 Michael Orlitzkyeja: try to speed up super/subalgebra conversion.
2020-11-21 Michael Orlitzkyeja: drop redundant vector->superalgebra-element conver...
2020-11-21 Michael Orlitzkyeja: expand an existing subalgebra test.
2020-11-21 Michael Orlitzkyeja: drop cached superalgebra basis from subalgebras.
2020-11-21 Michael Orlitzkyeja: add a comment about sub-subalgebra representations.
2020-11-10 Michael Orlitzkyeja: split "check" args into check_field and check_axioms.
2020-11-09 Michael Orlitzkyeja: enable consistency checks by default in (non-eleme...
2020-11-03 Michael Orlitzkyeja: fix tests and pre-cache ranks.
2020-10-18 Michael Orlitzkyeja: fix sub-subalgebra element construction.
2020-10-11 Michael Orlitzkyeja: make AA the default field because everything cool...
2019-11-10 Michael Orlitzkyeja: add another non-element subalgebra example.
2019-11-10 Michael Orlitzkyeja: make two subalgebra tests more general.
2019-11-10 Michael Orlitzkyeja: remove broken one() implementation in subalgebras.
2019-11-10 Michael Orlitzkyeja: refactor the element subalgebra stuff into generic...
2019-11-09 Michael Orlitzkyeja: move eja_subalgebra to eja_element_subalgebra.
2019-10-29 Michael Orlitzkyeja: drop custom gram_schmidt() routine that isn't...
2019-10-14 Michael Orlitzkyeja: define subalgebra_generated_by() to contain the...
2019-08-30 Michael Orlitzkyeja: fix one() for subalgebras with orthonormal bases.
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-26 Michael Orlitzkyeja: simplify "span of powers" computation in subalgebras.
2019-08-20 Michael Orlitzkyeja: normalize the real symmetric matrix basis.
2019-08-10 Michael Orlitzkyeja: fix the natural representation in trivial subalgebras.
2019-08-09 Michael Orlitzkyeja: override _a_regular_element() in subalgebras,...
2019-08-09 Michael Orlitzkyeja: fix the subalgebra generated by zero.
2019-08-09 Michael Orlitzkyeja: fix construction of subalgebra-subalgebras.
2019-08-07 Michael Orlitzkyeja: choose subalgebra generator prefix smarter.
2019-08-05 Michael Orlitzkyeja: ensure that Sage doesn't think EJAs are associative.
2019-08-05 Michael Orlitzkyeja: don't waste time computing the unit element in...
2019-08-04 Michael Orlitzkyeja: move away from using matrices as our "multiplicati...
2019-08-02 Michael Orlitzkyeja: fix the multiplication table in subalgebras.
2019-08-02 Michael Orlitzkyeja: fix construction of subalgebra elements from super...
2019-08-02 Michael Orlitzkyeja: adjust some test output for the new basis ordering.
2019-07-30 Michael OrlitzkyWIP: switch away from the algebra base class and use...
2019-07-30 Michael Orlitzkyeja: compute a natural basis for subalgebras.
2019-07-30 Michael Orlitzkyeja: use non-clashing generator names in subalgebras.
2019-07-30 Michael Orlitzkyeja: implement subalgebra_generated_by() in terms of...
2019-07-30 Michael Orlitzkyeja: begin moving the associative subalgebra stuff...