]> gitweb.michael.orlitzky.com - sage.d.git/shortlog
sage.d.git
2019-07-29 Michael Orlitzkyeja: add matrix inner products, and factor out the...
2019-07-29 Michael Orlitzkyeja: replace nonexistent ArgumentError class.
2019-07-29 Michael Orlitzkyeja: finally give Euclidean Jordan algebras an inner...
2019-07-29 Michael Orlitzkyeja: fix alphabetical ordering of element methods.
2019-07-29 Michael Orlitzkyeja: add natural_representation() for elements.
2019-07-29 Michael Orlitzkyeja: maintain a "natural basis" for EJAs.
2019-07-29 Michael Orlitzkyeja: rename matrix() to operator_matrix().
2019-07-29 Michael Orlitzkyeja: define operator_matrix() to eventually replace...
2019-07-29 Michael Orlitzkyeja: add operator_commutes_with() for elements.
2019-07-29 Michael Orlitzkyeja: add a test for power-operator-commutativity.
2019-07-29 Michael Orlitzkyeja: remove pointless abs() calls.
2019-07-29 Michael Orlitzkyeja: add polarization-identity and power-associativity...
2019-07-29 Michael Orlitzkyeja: add an inverse() example.
2019-07-29 Michael Orlitzkyeja: add element inverse() and is_invertible().
2019-07-29 Michael Orlitzkyeja: add more quadratic representation tests.
2019-07-29 Michael Orlitzkyeja: fix the dimension of the complex Hermitian simple...
2019-07-29 Michael Orlitzkyeja: add a test for the degree of Sn.
2019-07-29 Michael Orlitzkyeja: replace eja_ln() and eja_sn() with their new names.
2019-07-29 Michael Orlitzkyeja: add ComplexHermitianSimpleEJA to random_eja().
2019-07-29 Michael Orlitzkyeja: begin implementing the complex hermitian simple...
2019-07-29 Michael Orlitzkyeja: pass a dimension to a matrix() constructor for...
2019-07-29 Michael Orlitzkyeja: fix screwup introduced in 5d147bd962.
2019-07-29 Michael Orlitzkyeja: add a function to embed complex matrices in (bigge...
2019-07-29 Michael Orlitzkyeja: add placeholder constructors for all simple EJAs.
2019-07-29 Michael Orlitzkyeja: factor out the ugly bits of constructing simple...
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.
next