]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/cone/rearrangement.py
mjo/**/*.py: drop obsolete set_random_seed().
[sage.d.git] / mjo / cone / rearrangement.py
2021-11-15 Michael Orlitzkymjo/**/*.py: drop obsolete set_random_seed().
2019-12-07 Michael Orlitzkymjo: replace xrange() with range() for python-3.x compa...
2018-11-30 Michael Orlitzkymjo/cone: improve docstrings the the rearrangement...
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-04 Michael Orlitzkycone/rearrangement.py: use xrange everywhere.
2018-11-04 Michael Orlitzkycone/rearrangement.py: use generator expressions where...
2018-11-01 Michael Orlitzkymjo/cone/rearrangement.py: fix tests with PYTHONPATH="."
2016-01-08 Michael OrlitzkyRemove some unused junk from the top of rearrangement.py.
2016-01-04 Michael OrlitzkyRemove random_element() for sage and start cleanup...
2015-10-13 Michael OrlitzkyRemove lyapunov_rank() for inclusion in Sage.
2015-09-20 Michael OrlitzkyAdd the has_rearrangement_property() function for vectors.
2015-09-20 Michael OrlitzkyAdd remaining examples/tests for rearrangement_cone.
2015-09-11 Michael OrlitzkyBegin work on the rearrangement cone.