]> gitweb.michael.orlitzky.com - sage.d.git/shortlog
sage.d.git
2019-07-29 Michael Orlitzkyeja: add a TODO with some tests that fail for now.
2019-07-29 Michael Orlitzkyeja: add non-working trace_inner_product() for EJA...
2019-07-29 Michael Orlitzkyeja: add quadratic_representation() for elements.
2019-07-29 Michael Orlitzkyeja: use random_eja() where applicable in tests.
2019-07-29 Michael Orlitzkyeja: don't test for element matrix() symmetry (I don...
2019-07-29 Michael Orlitzkyeja: fix the basis order for Sn.
2019-07-29 Michael Orlitzkyeja: add missing set_random_seed() call.
2019-07-29 Michael Orlitzkyeja: add the random_eja() function.
2019-07-29 Michael Orlitzkyeja: add a comment about row/column vectors to eja_sn().
2019-07-29 Michael Orlitzkyeja: add the simple algebra S^n.
2019-07-29 Michael Orlitzkyeja: add det() and trace() for regular elements.
2019-07-29 Michael Orlitzkyeja: de-implement characteristic_polynomial for irregul...
2019-07-29 Michael Orlitzkyeja: put element methods in alphabetical order.
2019-07-29 Michael Orlitzkyeja: add is_regular() method on elements.
2019-07-29 Michael Orlitzkyeja: fix element matrices.
2019-07-29 Michael Orlitzkyeja: fix element powers.
2019-07-29 Michael Orlitzkyeja: add doctest for a bug in subalgebra_generated_by().
2019-07-29 Michael Orlitzkyeja: add currently-busted subalgebra_idempotent() method.
2019-07-29 Michael Orlitzkyeja: use different generator names in subalgebras.
2019-07-29 Michael Orlitzkyeja: add is_nilpotent() for elements.
2019-07-29 Michael Orlitzkyeja: recurse more directly in minimal_polynomial().
2019-07-29 Michael Orlitzkyeja: use the associativity of one-generator subalgebras.
2019-07-29 Michael Orlitzkyeja: fix the rank of the spin factor algebra.
2019-07-29 Michael Orlitzkyeja: remove symmetry test that don't work.
2019-07-29 Michael Orlitzkyeja: rewrite the classcall/init process.
2019-07-29 Michael Orlitzkyeja: implement a working minimal_polynomial().
2019-07-29 Michael Orlitzkyeja: add subalgebra_generated_by() method.
2019-07-29 Michael Orlitzkyeja: add another test for degree().
2019-07-29 Michael Orlitzkyeja: test that left-mult matrices are symmetric.
2019-07-29 Michael Orlitzkyeja: add span_of_powers() method.
2019-07-29 Michael Orlitzkyeja: remove an erroneous comment.
2019-07-29 Michael Orlitzkyeja: begin implementing an element class.
2019-07-29 Michael Orlitzkyeja: implement my own algebra subclass.
2019-07-29 Michael Orlitzkyeja: fix field arguments, add comment.
2019-07-29 Michael Orlitzkyeja: add eja_minimal_polynomial() function.
2019-07-29 Michael Orlitzkyeja: add eja_ln() for the rank-two algebra.
2019-07-29 Michael Orlitzkyeja: add examples for eja_rn.
2019-07-29 Michael Orlitzkyeja: begin draft implementation of euclidean jordan...
2019-03-20 Michael Orlitzkymjo/polynomial.py: remove a redundant line from a test.
2019-02-21 Michael Orlitzkymjo/polynomial.py: add another multidiv test based...
2019-02-21 Michael OrlitzkyRevert "mjo/polynomial.py: improve multidiv performance...
2019-02-21 Michael Orlitzkymjo/polynomial.py: add a (failing!) test for Example...
2019-02-20 Michael Orlitzkymjo/polynomial.py: add two more examples from exercises...
2019-02-18 Michael Orlitzkymjo/polynomial.py: improve multidiv performance a bit.
2019-02-18 Michael Orlitzkymjo/polynomial.py: improve tests for new multidiv function.
2019-02-18 Michael Orlitzkymjo/orthogonal_polynomials.py: fix doctests.
2019-02-18 Michael OrlitzkyAdd new mjo.polynomial module with the "multidiv" function.
2018-12-20 Michael OrlitzkyRevert "... add completely_positive_operators_gens()."
2018-12-20 Michael Orlitzkymjo/cone/completely_positive.py: add completely_positiv...
2018-11-30 Michael Orlitzkymjo/cone/symmetric_pd: add inverse_symmetric_pd() function.
2018-11-30 Michael Orlitzkymjo/cone/symmetric_pd: new module for symmetric positiv...
2018-11-30 Michael Orlitzkymjo/cone/symmetric_psd: add missing set_random_seed...
2018-11-30 Michael Orlitzkymjo/cone/symmetric_psd: don't use recusion; work on...
2018-11-30 Michael Orlitzkymjo/cone: improve docstrings the the rearrangement...
2018-11-30 Michael Orlitzkymjo/cone: rename random_psd() to random_symmetric_psd().
2018-11-12 Michael Orlitzkycone/trivial_cone.py: add the trivial_cone() function.
2018-11-12 Michael Orlitzkycone/rearrangement.py: simplify the implementation.
2018-11-12 Michael Orlitzkycone/rearrangement.py: add a "lattice" argument.
2018-11-12 Michael Orlitzkycone/rearrangement.py: fix the test for propriety.
2018-11-12 Michael Orlitzkycone/rearrangement.py: add a few more tests.
2018-11-12 Michael Orlitzkycone/rearrangement.py: add some preliminary references.
2018-11-12 Michael Orlitzkycone/schur.py: add "lattice" argument.
2018-11-12 Michael Orlitzkycone/nonnegative_orthant.py: add a word to the docs.
2018-11-11 Michael Orlitzkycone/nonnegative_orthant.py: add "lattice" argument.
2018-11-10 Michael Orlitzkycone/schur.py: add a test for the dual of the Schur...
2018-11-04 Michael Orlitzkycone/symmetric_psd.py: use two more generator expressions.
2018-11-04 Michael Orlitzkycone/symmetric_psd.py: use a generator expression in...
2018-11-04 Michael Orlitzkycone/cone.py: use generator expressions instead of...
2018-11-04 Michael Orlitzkyorthogonal_polynomials.py: use generator expressions...
2018-11-04 Michael Orlitzkyorthogonal_polynomials.py: use xrange everywhere.
2018-11-04 Michael Orlitzkymatrix_vector.py: use xrange everywhere.
2018-11-04 Michael Orlitzkymjo/interpolation.py: partial conversion to generator...
2018-11-04 Michael Orlitzkymjo/interpolation.py: use xrange everywhere.
2018-11-04 Michael Orlitzkycone/schur.py: use xrange in one place.
2018-11-04 Michael Orlitzkycone/rearrangement.py: use xrange everywhere.
2018-11-04 Michael Orlitzkycone/doubly_nonnegative.py: use xrange in two places.
2018-11-04 Michael Orlitzkycone/doubly_nonnegative.py: use generator expressions...
2018-11-04 Michael Orlitzkycone/faces.py: use xrange in two places.
2018-11-04 Michael Orlitzkycone/permutation_invariant.py: use xrange in two places.
2018-11-04 Michael Orlitzkysymbol_sequence.py: allow _flatten_list_ to work on...
2018-11-04 Michael Orlitzkysymbol_sequence.py: use xrange where applicable.
2018-11-04 Michael Orlitzkysymbol_sequence.py: use generator expressions where...
2018-11-04 Michael Orlitzkycone/rearrangement.py: use generator expressions where...
2018-11-04 Michael Orlitzkycone/permutation_invariant.py: add test for the nonnega...
2018-11-04 Michael Orlitzkycone/permutation_invariant.py: use generator expression...
2018-11-04 Michael Orlitzkycone/schur.py: use generator expressions where applicable.
2018-11-04 Michael Orlitzkycone/faces.py: use generator expressions where applicable.
2018-11-03 Michael Orlitzkycone/schur.py: test that the schur cone induces the...
2018-11-02 Michael Orlitzkycone/schur.py: clean up and add some tests.
2018-11-02 Michael Orlitzkymjo/cone: add the nonnegative_orthant module.
2018-11-02 Michael Orlitzkycone/faces.py: add the missing HilgertHofmannLawson...
2018-11-02 Michael Orlitzkycone/faces.py: test that dual-face-of-dual-face is...
2018-11-02 Michael Orlitzkycone/faces.py: test the relationship between dual_face...
2018-11-02 Michael Orlitzkycone/faces.py: add preliminary dual_face() operation.
2018-11-02 Michael Orlitzkycone/faces.py: add test for Proposition 3.1 and Corolla...
2018-11-02 Michael Orlitzkycone/faces.py: test a lattice join property of face_gen...
2018-11-02 Michael Orlitzkycone/faces.py: add a relative interior test for face_ge...
2018-11-02 Michael Orlitzkycone/faces.py: remove a misleading comment.
2018-11-02 Michael Orlitzkycone/faces.py: update the wording of two tests.
2018-11-01 Michael OrlitzkyREADME: update comments on the test suite.
next