]> gitweb.michael.orlitzky.com - sage.d.git/shortlog
sage.d.git
2021-02-25 Michael Orlitzkyeja: add some tests for new utility functions.
2021-02-25 Michael Orlitzkyeja: remove a completed TODO, and doctest it.
2021-02-25 Michael Orlitzkyeja: fix cartesian products of cartesian product EJAs.
2021-02-25 Michael Orlitzkyeja: make gram_schmidt work in Cartesian product algebras.
2021-02-25 Michael Orlitzkyeja: fixup tests.
2021-02-24 Michael Orlitzkyeja: handle tuples in parent algebras rather than in...
2021-02-24 Michael Orlitzkyeja: add subalgebra() method for algebras.
2021-02-24 Michael Orlitzkyeja: add another TODO for later.
2021-02-24 Michael Orlitzkyeja: add subalgebra() method.
2021-02-24 Michael Orlitzkyeja: delete obsolete cartesian product methods.
2021-02-24 Michael Orlitzkyeja: drop custom _is_commutative() in favor of is_commu...
2021-02-24 Michael Orlitzkyeja: add is_associative() method and corresponding...
2021-02-24 Michael Orlitzkyeja: allow FDEJA constructor to work on a tuple basis.
2021-02-24 Michael Orlitzkyeja: simplify to_matrix() for elements.
2021-02-24 Michael Orlitzkyeja: switch "category" argument to "cartesian_product...
2021-02-23 Michael Orlitzkyeja: add subclass for Cartesian product elements.
2021-02-23 Michael Orlitzkyeja: fix element constructor error message for Cartesia...
2021-02-22 Michael Orlitzkyeja: define matrix basis/space for Cartesian product...
2021-02-22 Michael Orlitzkyeja: cache one() for Cartesian product algebras.
2021-02-22 Michael Orlitzkyeja: replace monomial(i) with gens()[i] most places.
2021-02-22 Michael OrlitzkyRevert "eja: demonstration for https://trac.sagemath...
2021-02-22 Michael Orlitzkyeja: demonstration for https://trac.sagemath.org/ticket...
2021-02-21 Michael Orlitzkyeja: add another Cartesian product test.
2021-02-21 Michael Orlitzkyeja: update the TODO again.
2021-02-21 Michael Orlitzkyeja: update a comment.
2021-02-21 Michael OrlitzkyRevert "eja: factor out a separate class used by cartes...
2021-02-21 Michael Orlitzkyeja: update the TODO.
2021-02-21 Michael Orlitzkyeja: factor out a separate class used by cartesian_prod...
2021-02-21 Michael Orlitzkyeja: add a comment with a new TODO...
2021-02-21 Michael Orlitzkyeja: more polish for Cartesian product EJAs.
2021-02-21 Michael Orlitzkyeja: initialize CartesianProductEJA as an EJA.
2021-02-21 Michael Orlitzkyeja: add "category" argument to FiniteDimensionalEJA.
2021-02-21 Michael Orlitzkyeja: add cartesian_jordan_product() method to Cartesian...
2021-02-21 Michael Orlitzkyeja: add cartesian_inner_product() method for Cartesian...
2021-02-21 Michael Orlitzkyeja: add a test for multiple Cartesian product factors.
2021-02-20 Michael Orlitzkyeja: remove failing debug tests.
2021-02-20 Michael Orlitzkyeja: begin rework of Cartesian product EJA.
2021-02-14 Michael Orlitzkyeja: drop a pointless "solve" in the EJA charpoly system.
2021-01-04 Michael Orlitzkyeja: add trace linearity and charpoly homogeneity tests.
2020-12-24 Michael Orlitzkyeja: cache inverse() and is_invertible() more intellige...
2020-12-13 Michael Orlitzkyeja: unbreak DirectSumEJA, poorly.
2020-12-13 Michael Orlitzkyeja: change matrix_space() to use parent().
2020-12-12 Michael Orlitzkyeja: start putting back DirectSumEJA....
2020-12-09 Michael Orlitzkyeja: factor out the complex/quaternion extension fields.
2020-12-09 Michael Orlitzkyeja: simplify two random statements.
2020-12-09 Michael Orlitzkyeja: construct fewer temporary matrices during EJA...
2020-12-09 Michael Orlitzkyeja: eliminate the special element subalgebra class.
2020-12-08 Michael Orlitzkyeja: one more charpoly fix.
2020-12-08 Michael Orlitzkyeja: add a soon-TODO.
2020-12-08 Michael Orlitzkyeja: fix fast charpoly in one case.
2020-12-08 Michael Orlitzkyeja: re-tuple the matrix basis after Gram-Schmidt.
2020-12-08 Michael Orlitzkyeja: default to the identity IP matrix when orthonormal...
2020-12-08 Michael Orlitzkyeja: fix some subalgebra tests with respect to orthonor...
2020-12-08 Michael Orlitzkyeja: fix a baaaaaad typo in the BilinearFormEJA.
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: port BilinearFormEJA to matrix-only representation.
2020-12-07 Michael Orlitzkyeja: add example of Gram-Schmidt with matrices.
2020-12-07 Michael Orlitzkyeja: comment out DirectSumEJA for now (other things...
2020-12-07 Michael Orlitzkyeja: fix operator tests.
2020-12-07 Michael Orlitzkyeja: work towards fixing element subalgebras.
2020-12-06 Michael Orlitzkyeja: begin dropping support for vector representations.
2020-12-06 Michael Orlitzkyeja: begin major overhaul of class hierarchy and naming.
2020-12-05 Michael Orlitzkyeja: reimplement multiplication_table() without member...
2020-12-04 Michael Orlitzkyeja: mark some cached-value tests as "long time".
2020-12-04 Michael Orlitzkyeja: add another performance TODO.
2020-12-03 Michael Orlitzkyeja: speed up a few slow examples.
2020-12-03 Michael Orlitzkyeja: fix the Hadamard/JordanSpinEJA fast path for charp...
2020-12-03 Michael Orlitzkymakefile: add --exitfirst to the test runner.
2020-12-03 Michael Orlitzkyeja: fix recently broken doctests.
2020-12-03 Michael Orlitzkyeja: refactor some matrix algebra stuff and break the...
2020-12-03 Michael Orlitzkyeja: update a TODO with a better idea.
2020-12-03 Michael Orlitzkyeja: disable axiom checking for concrete algebras.
2020-12-03 Michael Orlitzkyeja: update the DESIGN and TODO documents.
2020-12-03 Michael Orlitzkyeja: fix one more positional "field" argument.
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: add another performance TODO.
2020-12-02 Michael Orlitzkyeja: dropp the already_echelonized TODO.
2020-12-02 Michael Orlitzkyeja: clean up the TODO list after major refactoring.
2020-12-02 Michael Orlitzkyeja: remove a completed TODO.
2020-12-02 Michael Orlitzkyeja: speed up construction of JordanSpinEJA and Hadamar...
2020-12-02 Michael Orlitzkyeja: check that the basis is rational when it's suppose...
2020-12-02 Michael Orlitzkyeja: improve rational basis algebra trickery.
2020-12-02 Michael Orlitzkyeja: don't pass in a full multiplication table unless...
2020-12-01 Michael Orlitzkyeja: use symmetry when constructing the inner product...
2020-12-01 Michael Orlitzkyeja: fix a randomly-failing test.
2020-12-01 Michael Orlitzkyeja: convert matrix algebas to the new constructor...
2020-11-30 Michael Orlitzkyeja: drop the "Ng" from the new constructor.
2020-11-30 Michael Orlitzkyeja: get rid of the old rational basis constructor.
2020-11-28 Michael Orlitzkyeja: more work on realizing the new constructor.
2020-11-27 Michael Orlitzkyeja: use new constructor for BilinearFormEJA.
2020-11-27 Michael Orlitzkyeja: add another performance TODO.
2020-11-27 Michael Orlitzkyeja: switch HadamardEJA to the new constructor.
2020-11-27 Michael Orlitzkyeja: use custom gram-schmidt in the new constructor.
2020-11-27 Michael Orlitzkyeja: allow non-standard inner product in gram_schmidt.
2020-11-27 Michael OrlitzkyRevert "eja: drop custom gram_schmidt() routine that...
2020-11-27 Michael Orlitzkyeja: begin working on a new constructor.
2020-11-26 Michael Orlitzkyeja: actually do what the previous commit was supposed...
2020-11-26 Michael Orlitzkyeja: use symmetry when constructing multiplication...
next