]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/cone
eja: rename operator_inner_product -> operator_trace inner_product.
[sage.d.git] / mjo / cone /
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.
2016-02-06 Michael OrlitzkyChange "Z-transformation" to "Z-operator".
2016-01-31 Michael OrlitzkyAdd a comment to is_lyapunov_like().
2016-01-13 Michael OrlitzkyOnly check=False when K is proper (can't prove it other...
2016-01-12 Michael OrlitzkyRemove the motzkin_decomposition() method, now Trac...
2016-01-11 Michael OrlitzkyAdd a note about the nonstandard name "Motzkin decompos...
2016-01-11 Michael OrlitzkyAdd tests for the dual/adjoint relationship of pi/Z.
2016-01-11 Michael OrlitzkyAdd tests for permutation/conjugation of cones/transfor...
2016-01-11 Michael OrlitzkyClean up some notation in tests.
2016-01-11 Michael OrlitzkyAdd tests for the dimension of the Z-transformation...
2016-01-11 Michael OrlitzkyAdd some more Z_transformation_gens examples.
2016-01-11 Michael OrlitzkyDon't check the cones constructed in motzkin_decomposit...
2016-01-11 Michael OrlitzkyAdd another test for motzkin_decomposition().
2016-01-11 Michael OrlitzkyDon't check the pi/Z cone for when K is solid or pointed.
2016-01-09 Michael OrlitzkyUse check=False when constructing pi/Z cones.
2016-01-08 Michael OrlitzkyUse max_ambient_dim=4 for the pi/Z stuff, things get...
2016-01-08 Michael OrlitzkyGive an example where check=True is necessary for the...
2016-01-08 Michael OrlitzkyRemove some unused junk from the top of rearrangement.py.
2016-01-07 Michael OrlitzkyAdd some lineality examples, remove one dimension one...
2016-01-07 Michael OrlitzkyAdd more examples for the positive operators.
2016-01-07 Michael OrlitzkyAdd tests for Corollary 2 in the paper (lineality of...
2016-01-07 Michael OrlitzkyTest the lineality space of the dual of the cone of...
next