]> gitweb.michael.orlitzky.com - sage.d.git/shortlog
sage.d.git
2021-03-09 Michael Orlitzkyhurwitz: make entry algebras "configurable."
2021-03-09 Michael Orlitzkyhurwitz: add ComplexMatrixAlgebra.
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 Orlitzkyoctonions: add QuaternionMatrixAlgebra; prepare for...
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-06 Michael Orlitzkyoctonions: add a test for Cartesian products.
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 Orlitzkymatrix_algebra: rename __repr__ to _repr_ and fix a...
2021-03-03 Michael Orlitzkyeja: change OctonionMatrixAlgebra paramater field ...
2021-03-03 Michael Orlitzkyoctonions: use Hurwitz subclass for the matrix algebra.
2021-03-03 Michael Orlitzkymatrix_algebra: implement one() dynamically.
2021-03-03 Michael Orlitzkymatrix_algebra: factor out Hurwitz subclass.
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 Orlitzkyoctonions: alias abs() to norm().
2021-03-03 Michael Orlitzkymatrix_algebra: use simpler indices.
2021-03-03 Michael Orlitzkymatrix_algebra: fix conditional categories.
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 Orlitzkymatrix_algebra: factor out a generic matrix algebra...
2021-03-02 Michael Orlitzkyeja: make the TODO list longer once more.
2021-03-02 Michael Orlitzkyoctonions: use more generic variable names in a few...
2021-03-02 Michael Orlitzkyoctonions: rename octonions() accessor to entry_algebra().
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 Orlitzkyoctonions: add list() method for octonion matrices.
2021-03-02 Michael Orlitzkyoctonions: rename to_list() -> to_nested_list().
2021-03-02 Michael Orlitzkyeja: update the TODO.
2021-03-02 Michael Orlitzkyoctonions: add is_hermitian() for octonion matrices.
2021-03-02 Michael Orlitzkyoctonions: add matrix_space() method for elements and...
2021-03-02 Michael Orlitzkyoctonions: replace yesterday's hacky octonion matrices...
2021-03-02 Michael Orlitzkyoctonions: begin adding OctonionMatrix pseudo-matrix...
2021-03-02 Michael Orlitzkyeja: add another TODO, technically for the octonions...
2021-03-02 Michael Orlitzkyoctonions: add Cayley-Dickson representation.
2021-03-01 Michael OrlitzkyNew module mjo.octonions implementing the algebra of...
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...
2021-02-25 Michael Orlitzkyeja: add another performance TODO.
2021-02-25 Michael Orlitzkyeja: check axioms in inexact field tests.
2021-02-25 Michael Orlitzkyeja: add a TODO for a bug just observed.
2021-02-25 Michael Orlitzkyeja: simplify _inner_product_is_associative() code.
2021-02-25 Michael Orlitzkyeja: fix the field on subalgebras.
2021-02-25 Michael Orlitzkyeja: add another TODO I had forgotten.
2021-02-25 Michael Orlitzkyeja: add some more docs for FDEJA.
2021-02-25 Michael Orlitzkyeja: rewrite docs.
2021-02-25 Michael Orlitzkyeja: add rational-basis subclass for Cartesian products.
2021-02-25 Michael Orlitzkyeja: add more examples.
2021-02-25 Michael Orlitzkyeja: gently update the TODO.
2021-02-25 Michael Orlitzkyeja: add a doctest.
next