]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/cone
mjo/cone: more linear ismorphism tests
[sage.d.git] / mjo / cone /
2025-07-01 Michael Orlitzkymjo/cone: more linear ismorphism tests master
2025-07-01 Michael Orlitzkymjo/cone/isomorphism.py: fix RST citation format
2025-07-01 Michael Orlitzkymjo/cone/isomorphism.py: cite Gowda/Trott for the l1...
2025-07-01 Michael Orlitzkymjo/cone: improve isomorphism testing & docs, tests...
2025-07-01 Michael Orlitzkymjo/cone/isomorphism.py: update docs/names, add is...
2025-07-01 Michael Orlitzkymjo/cone/isomorphism.py: new module for (rational)...
2024-11-22 Michael Orlitzkymjo/cone/symmetric_psd.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/cone/symmetric_pd.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/cone/cone.py: remove
2024-11-22 Michael Orlitzkymjo/cone/permutation_invariant.py: don't import from...
2024-11-22 Michael Orlitzkymjo/cone/doubly_nonnegative.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/cone/cone.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/cone/completely_positive.py: don't import from...
2024-11-22 Michael Orlitzkymjo/cone/faces.py: don't import from sage.all
2024-10-31 Michael Orlitzkymjo/cone/faces.py: add another reducibility test
2024-05-19 Michael Orlitzkymjo/cone/faces.py: use simpler dual face formula
2024-05-19 Michael Orlitzkymjo/cone/permutation_invariant.py: use cones.foo()...
2024-05-18 Michael Orlitzkymjo/cone/rearrangement.py: bye, use sage's cones.rearra...
2024-05-18 Michael Orlitzkymjo/cone/trivial_cone.py: bye, use sage's cones.trivial...
2024-05-18 Michael Orlitzkymjo/cone/nonnegative_orthant.py: bye, use cones.nonnega...
2024-05-18 Michael Orlitzkymjo/cone/schur.py: bye, use sage's cones.schur() instead
2021-11-15 Michael Orlitzkymjo/**/*.py: drop obsolete set_random_seed().
2021-05-01 Michael Orlitzkymjo/cone: drop is_symmetric_p{s,}d() methods.
2021-04-04 Michael Orlitzkymjo/cone/symmetric_pd.py: add a missing set_random_seed().
2021-04-04 Michael Orlitzkymjo/cone/symmetric_pd.py: drop inverse_symmetric_pd().
2020-09-13 Michael Orlitzkymjo: rename matrix_vector.py to basis_repr.py.
2020-09-13 Michael Orlitzkymjo/matrix_vector: rename basis_representation() to...
2020-09-13 Michael Orlitzkymjo/matrix_vector: replace isomorphism with basis_repre...
2020-02-01 Michael Orlitzkymjo/cone: rawify some docstrings.
2019-12-07 Michael Orlitzkymjo/cone/doubly_nonnegative.py: don't check rank validi...
2019-12-07 Michael Orlitzkycone/doubly_nonnegative.py: make two docstrings raw.
2019-12-07 Michael Orlitzkymjo: replace xrange() with range() for python-3.x compa...
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 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 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 OrlitzkyKill unnecessary sitedir mangling.
2018-11-01 Michael OrlitzkyAdd the new mjo.cone.faces module with the face_generat...
2018-11-01 Michael Orlitzkymjo/cone/symmetric_psd.py: fix tests with PYTHONPATH="."
2018-11-01 Michael Orlitzkymjo/cone/rearrangement.py: fix tests with PYTHONPATH="."
2018-11-01 Michael Orlitzkymjo/cone/permutation_invariant.py: fix tests with PYTHO...
2018-11-01 Michael Orlitzkymjo/cone/doubly_nonnegative.py: fix tests with PYTHONPA...
2018-11-01 Michael Orlitzkymjo/cone/completely_positive.py: fix tests to work...
2017-02-19 Michael OrlitzkyRemove all of the is_foo_on() functions to a sage branch.
2017-02-14 Michael OrlitzkyAdd polynomial ring examples for is_positive_on.
2017-02-13 Michael OrlitzkyAdd another test and an implementation comment for...
2017-02-13 Michael OrlitzkyAdd SEEALSO blocks and inexact ring error tests.
2017-02-13 Michael OrlitzkyAdd tests for the "K must be a Cone" TypeError.
2017-02-13 Michael OrlitzkyClarify the docstrings for the is_foo_on functions.
2017-02-13 Michael OrlitzkyClean up some of the is_foo_on doctests.
2017-02-12 Michael OrlitzkyFix the is_positive_on test and give better examples.
2017-02-12 Michael OrlitzkyAdd work-in-progress code for the Schur cone (from...
2017-02-12 Michael OrlitzkyAdd positive/Z tests and update code for upstream changes.
2016-09-25 Michael OrlitzkyAdd an is_cross_positive() function and implement is_ly...
2016-09-25 Michael OrlitzkyRemove the Pi/Z stuff for inclusion into sage.
2016-09-23 Michael OrlitzkyRemove references to my unfinished paper.
2016-09-23 Michael OrlitzkyImplement Z-operators in terms of cross-positive ones.
2016-08-27 Michael OrlitzkyAdd a test for my construction of LL(pi(K,H)).
2016-08-22 Michael OrlitzkyBegin working on a two-cone pi(K1,K2).
2016-08-08 Michael OrlitzkyAdd LL_cone() convenience function.
next