]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja
eja: add a TODO.
[sage.d.git] / mjo / eja /
2021-03-12 Michael Orlitzkyeja: add a TODO.
2021-03-12 Michael Orlitzkyeja: fix trivial subalgebra element constructor.
2021-03-12 Michael Orlitzkyeja: fix recent hasattr() commit.
2021-03-12 Michael Orlitzkyeja: use hasattr() to avoid a try/except.
2021-03-12 Michael Orlitzkyeja: allow subalgebra elemenents to be coerced into...
2021-03-12 Michael Orlitzkyeja: add superalgebra_embedding() for subalgebras.
2021-03-12 Michael Orlitzkyeja: add another performance TODO.
2021-03-12 Michael Orlitzkyeja: cache the span of the matrix basis when written...
2021-03-12 Michael Orlitzkyeja: fix random_eja() dimension bounds, for real.
2021-03-12 Michael Orlitzkyeja: delete an unused statement.
2021-03-11 Michael Orlitzkyeja: add missing transpose() to deortho matrix.
2021-03-11 Michael Orlitzkyeja: fix a deorthonormalization bug.
2021-03-11 Michael Orlitzkyeja: add a performance TODO for Cartesian products...
2021-03-11 Michael Orlitzkyeja: add randomness to a test.
2021-03-11 Michael Orlitzkyeja: update the TODO with a bug example.
2021-03-11 Michael Orlitzkyeja: add more introductory documentation.
2021-03-11 Michael Orlitzkyeja: remove more completed TODO items.
2021-03-11 Michael Orlitzkyeja: fix tests for new random_eja() structure.
2021-03-11 Michael Orlitzkyeja: rework the random_eja() bounds in terms of dimension.
2021-03-10 Michael Orlitzkyeja: more cached charpoly coefficients.
2021-03-10 Michael Orlitzkyeja: fix missing test import.
2021-03-10 Michael Orlitzkyeja: more charpoly coefficient caching.
2021-03-10 Michael Orlitzkyeja: cache the charpoly coefficients for the AlbertEJA.
2021-03-10 Michael Orlitzkyeja: remove the cached product_on_basis() TODO.
2021-03-09 Michael Orlitzkyeja: factor out MatrixEJA initialization.
2021-03-09 Michael Orlitzkyeja: remove a completed TODO.
2021-03-09 Michael Orlitzkyeja: optionally pass matrix space into FDEJA instead...
2021-03-09 Michael Orlitzkyeja: fix representation of "zero" in MatrixAlgebra.
2021-03-09 Michael Orlitzkyeja: fix some tests, speed improvements.
2021-03-09 Michael Orlitzkyeja: remove completed TODO.
2021-03-09 Michael Orlitzkyeja: add a TODO for the morning.
2021-03-09 Michael Orlitzkyeja: refactor all matrix classes upwards (note: everyth...
2021-03-09 Michael Orlitzkyeja: eliminate remaining real-embeddings.
2021-03-09 Michael Orlitzkyeja: undo overzealous hack in _all2list; the bug was...
2021-03-08 Michael Orlitzkyeja: fix a quaternion test.
2021-03-08 Michael Orlitzkyeja: don't real-embed quaternion matrices.
2021-03-08 Michael OrlitzkyReorganize the Hurwitz (matrix) algebra stuff.
2021-03-08 Michael Orlitzkyeja: minor update to HadamardEJA docs.
2021-03-07 Michael Orlitzkyeja: make OctonionHermitianEJAs RationalBasisEJAs.
2021-03-07 Michael Orlitzkyeja: update an existing TODO.
2021-03-07 Michael Orlitzkyeja: add the AlbertEJA class.
2021-03-06 Michael Orlitzkyeja: remove the Octonions from the TODO.
2021-03-06 Michael Orlitzkyeja: enable (dimension one) Octonion algebras in random...
2021-03-06 Michael Orlitzkyeja: add OctonionHermitianEJA to the docs.
2021-03-06 Michael Orlitzkyeja: add the AlbertAlgebra to the TODO.
2021-03-06 Michael Orlitzkyeja: remove the (completed) Cartesian product TODO.
2021-03-06 Michael Orlitzkyeja: remove a completed TODO.
2021-03-06 Michael Orlitzkyeja: add a randomly-failing test to the TODO.
2021-03-06 Michael Orlitzkyeja: fix matrix_space() with underlying MatrixAlgebras.
2021-03-06 Michael Orlitzkyeja: fix gram_schmidt doctests.
2021-03-04 Michael Orlitzkyeja: disentangle RationalBasisEJA from ConcreteEJA.
2021-03-04 Michael Orlitzkyeja: improve a gram_schmidt() error message.
2021-03-04 Michael Orlitzkyeja: unbreak the trace_inner_product() for MatrixEJAs.
2021-03-04 Michael Orlitzkyeja: add some more octonion tests.
2021-03-03 Michael Orlitzkyeja: fix an octonion EJA test.
2021-03-03 Michael Orlitzkyeja: fix the matrix EJA trace inner-product.
2021-03-03 Michael Orlitzkyeja: fix the basis for the octonion matrix algebra.
2021-03-03 Michael Orlitzkyeja: change OctonionMatrixAlgebra paramater field ...
2021-03-03 Michael Orlitzkyeja: begin adding OctonionHermitianEJA.
2021-03-03 Michael Orlitzkyeja: factor out a class for real-embedded matrices.
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: make the TODO list longer once more.
2021-03-02 Michael Orlitzkyeja: don't mess with the user's basis.
2021-03-02 Michael Orlitzkyeja: update the design document.
2021-03-02 Michael Orlitzkyeja: update the TODO.
2021-03-02 Michael Orlitzkyeja: add another TODO, technically for the octonions...
2021-03-01 Michael Orlitzkyeja: use "b" as the default prefix.
2021-03-01 Michael Orlitzkyeja: remove an unused import.
2021-03-01 Michael Orlitzkyeja: speed up minimal_polynomial(), in theory.
2021-03-01 Michael Orlitzkyeja: update the TODO.
2021-02-28 Michael Orlitzkyeja: massively speed up the trace inner-product in...
2021-02-28 Michael Orlitzkyeja: allow Cartesian products to be returned from rando...
2021-02-27 Michael Orlitzkyeja: use the new deep change_ring() to clean things up.
2021-02-27 Michael Orlitzkyeja: speed up the double-subalgebra test by using QQ.
2021-02-27 Michael Orlitzkyeja: add a deep change_ring() utility function.
2021-02-27 Michael Orlitzkyeja: complete the CFM_CartesianProduct purge.
2021-02-27 Michael Orlitzkyeja: begin dropping CFM_CartesianProduct, tests all...
2021-02-26 Michael Orlitzkyeja: more tests/examples.
2021-02-26 Michael Orlitzkyeja: fix two more test typos.
2021-02-26 Michael Orlitzkyeja: typo fix.
2021-02-26 Michael Orlitzkyeja: add future commented-out random_eja() code.
2021-02-26 Michael Orlitzkyeja: start fixing Cartesian products of Cartesian products.
2021-02-26 Michael Orlitzkyeja: partially fix the product_on_basis() in Cartesian...
2021-02-26 Michael Orlitzkyeja: override product_on_basis() for Cartesian products.
2021-02-26 Michael Orlitzkyeja: don't use product_on_basis() implementation details.
2021-02-26 Michael Orlitzkyeja: simplify some calls to super(...).
2021-02-26 Michael Orlitzkyeja: pass associative=True in some tests.
2021-02-26 Michael Orlitzkyeja: remove a false alarm TODO.
2021-02-26 Michael Orlitzkyeja: add automatic associativity detection.
2021-02-26 Michael Orlitzkyeja: remove a completed TODO.
2021-02-25 Michael Orlitzkyeja: really fix that test from the last commit.
2021-02-25 Michael Orlitzkyeja: fix a randomly failing (in dimension zero) test.
2021-02-25 Michael Orlitzkyeja: don't check the field/axioms in element subalgebra...
2021-02-25 Michael Orlitzkyeja: add a note on debugging to the DESIGN document.
2021-02-25 Michael Orlitzkyeja: add brute-force associativity test.
2021-02-25 Michael OrlitzkyRevert "eja: drop custom _is_commutative() in favor...
2021-02-25 Michael Orlitzkyeja: add Commutative() to the EJA categories.
2021-02-25 Michael Orlitzkyeja: remove the subalgebra bug TODO, it's not a new...
next