]> gitweb.michael.orlitzky.com - sage.d.git/shortlog
sage.d.git
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 Orlitzkymatrix_algebra: use "[]" for trivial matrices and fix...
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 Orlitzkymatrix_algebra: fix element construction.
2021-03-09 Michael Orlitzkymatrix_algebra: add _entry_algebra_element_to_vector...
2021-03-09 Michael Orlitzkymatrix_algebra: put basis in the usual (row,column...
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-09 Michael Orlitzkyhurwitz: fix Hurwitz matrix algebra generators.
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...
next