]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja
eja: rename operator_inner_product -> operator_trace inner_product.
[sage.d.git] / mjo / eja /
2023-02-24 Michael Orlitzkyeja: rename operator_inner_product -> operator_trace... master
2023-02-07 Michael OrlitzkyTODO: add another one.
2023-02-05 Michael Orlitzkyeja: add another test case for the Albert EJA determinant.
2023-02-04 Michael Orlitzkyeja: drop "FiniteDimensional" prefix everywhere.
2023-02-04 Michael Orlitzkyeja: special subalgebra handling for Cartesian product...
2023-02-04 Michael OrlitzkyTODO: drop "FiniteDimensional" everywhere.
2023-02-04 Michael Orlitzkyeja: don't pointlessly orthonormalize in subalgebra_ide...
2023-01-29 Michael Orlitzkyeja: write the ALGORITHM block for the degree of an...
2023-01-29 Michael Orlitzkyeja: add the trace (matrix) operator inner product.
2023-01-29 Michael Orlitzkyeja: drop a superfluous semicolon.
2022-02-02 Michael Orlitzkyeja: use QQ for another potentially slow doctest.
2022-02-02 Michael Orlitzkyeja: remove an "expected algebra failure" that now...
2022-02-02 Michael Orlitzkyeja: use orthonormalize=False for all subalgebra_genera...
2022-02-02 Michael Orlitzkyeja: change a misleading comment.
2022-02-02 Michael Orlitzkyeja: fix parent of empty sum in element inverse().
2022-02-01 Michael Orlitzkyeja: add an "r" to a docstring.
2022-02-01 Michael Orlitzkyeja: mention the new EJA in the docs.
2022-02-01 Michael Orlitzkyeja: add more "# long time" markers.
2022-02-01 Michael Orlitzkyeja: add "# long time" to two potentially slow tests.
2022-02-01 Michael Orlitzkyeja: test the nonnegativity of trace() for squares.
2022-01-31 Michael Orlitzkyeja: revert random_element() to old fast behavior.
2022-01-31 Michael Orlitzkyeja: typo fix in TODO.
2022-01-30 Michael Orlitzkyeja: fix a copy/paste error in the docs.
2022-01-30 Michael Orlitzkyeja: cache one() for the new EJA.
2022-01-28 Michael Orlitzkyeja: use the correct definition for the new algebra.
2022-01-26 Michael Orlitzkyeja: begin work on the ComplexSkewHermitianEJA.
2022-01-26 Michael Orlitzkyeja: rename MatrixEJA to HermitianMatrixEJA.
2021-11-15 Michael Orlitzkymjo/**/*.py: drop obsolete set_random_seed().
2021-04-23 Michael Orlitzkyeja: factor out the operator polynomial-matrix construc...
2021-03-16 Michael Orlitzkyeja: update the DESIGN doc.
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-14 Michael Orlitzkyeja: add more TODOs, which are thankfully getting easier.
2021-03-14 Michael Orlitzkyeja: speed up det() for Cartesian product elements.
2021-03-13 Michael Orlitzkyeja: add another TODO item.
2021-03-13 Michael Orlitzkyeja: append to an existing TODO.
2021-03-13 Michael Orlitzkyeja: fix cartesian_factors() for EJA elements.
2021-03-13 Michael Orlitzkyeja: drop obsolete _vec2mat and _mat2vec helpers.
2021-03-13 Michael Orlitzkyeja: remove unused import.
2021-03-13 Michael Orlitzkyeja: remove redundant kwargs mangling from MatrixEJA...
2021-03-13 Michael Orlitzkyeja: don't allow creation of invalid RationalBasisEJAs.
2021-03-13 Michael Orlitzkyeja: remove an impossible TODO.
2021-03-13 Michael Orlitzkyeja: remove two completed TODOs.
2021-03-13 Michael Orlitzkyeja: speed up _all2list().
2021-03-13 Michael Orlitzkyeja: delete obsolete method override.
2021-03-13 Michael Orlitzkyeja: skip FDEJA constructor in CartesianProductEJA.
2021-03-13 Michael Orlitzkyeja: add a TODO for tomorrow.
2021-03-12 Michael Orlitzkyeja: factor a few things out of the FDEJA constructor.
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.
next