]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/cone/faces.py
mjo/**/*.py: drop obsolete set_random_seed().
[sage.d.git] / mjo / cone / faces.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-04 Michael Orlitzkycone/faces.py: use xrange in two places.
2018-11-04 Michael Orlitzkycone/faces.py: use generator expressions where applicable.
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 OrlitzkyAdd the new mjo.cone.faces module with the face_generat...