]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/cone/cone.py
README: rewrite it, it was rather out-of-date
[sage.d.git] / mjo / cone / cone.py
2018-11-04 Michael Orlitzkycone/cone.py: use generator expressions instead of...
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 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-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...
2016-01-06 Michael OrlitzkyAdd more positive operator examples from the paper.
2016-01-06 Michael OrlitzkyAdd some Proposition 3 tests for positive operators.
2016-01-06 Michael OrlitzkyMore minor tweaks to motzkin_decomposition().
2016-01-06 Michael OrlitzkyMore minor cleanup of motzkin_decomposition().
2016-01-05 Michael OrlitzkyCite Stoer & Witzgall for the Motzkin decomposition.
2016-01-04 Michael OrlitzkyRemove random_element() for sage and start cleanup...
2015-12-31 Michael OrlitzkyRename pointed_decomposition() to motzkin_decomposition().
2015-12-31 Michael OrlitzkyAdd a description for the pointed_decomposition() doctest.
2015-12-31 Michael OrlitzkyVery rough first implementation of pointed_decomposition().
2015-12-31 Michael OrlitzkyMore examples and a better implementation for random_el...
2015-12-31 Michael OrlitzkyRemove whitespace around keyword arguments.
2015-11-25 Michael OrlitzkyAdd a test for the lineality spaces of Z/pi-star being...
2015-11-25 Michael OrlitzkyAdd a test for K.is_proper() <==> pi(K).is_proper().
2015-11-12 Michael OrlitzkyAdd another test for the lineality space of Z(K) being...
2015-10-23 Michael OrlitzkyAdd a test for the lineality of the cone of positive...
2015-10-19 Michael OrlitzkyAdd missing set_random_seed() to tests and fix my corol...
2015-10-16 Michael OrlitzkyPlay around with positive operators and Z-transformatio...
2015-10-13 Michael OrlitzkyClean up some imports and fix another test failure.
2015-10-13 Michael OrlitzkyRemove lyapunov_rank() for inclusion in Sage.
2015-10-12 Michael OrlitzkyCleanup on _restrict_to_space() tests and documentation.
2015-10-12 Michael OrlitzkyRemove _basically_the_same from cone.py.
2015-10-09 Michael OrlitzkyBegin cleaning up lyapunov_rank().
2015-10-08 Michael OrlitzkyRename LL() to lyapunov_like_basis().
2015-10-05 Michael OrlitzkyFix Z_transformations() implementation and tests.
2015-10-05 Michael OrlitzkyAdd Z_transformations() function.
2015-10-05 Michael OrlitzkySimplify implementation of positive_operators().
2015-10-02 Michael OrlitzkyRemove function LL() for Sage proper.
2015-10-02 Michael OrlitzkyRemove the discrete_complementarity_set() function...
2015-10-01 Michael OrlitzkyAdd the positive_operators() function.
2015-10-01 Michael OrlitzkyShorten the docstring for LL(K).
2015-09-20 Michael OrlitzkyAdd the random_element() function for cones.
2015-09-20 Michael OrlitzkyAdd examples for the is_lyapunov_like() function.
2015-09-17 Michael OrlitzkyAdd the is_lyapunov_like() function to the cone.cone...
2015-08-20 Michael OrlitzkyUpdate discrete_complementarity_set() docs.
2015-08-16 Michael OrlitzkyRename _rho to _restrict_to_space and make it work...
2015-08-11 Michael OrlitzkySlightly simplify LL() code.
2015-08-05 Michael OrlitzkyUpdate some comments for lyapunov_rank().
2015-08-05 Michael OrlitzkyMove some excessive tests into a new module, cone.tests.
2015-08-04 Michael OrlitzkyUpdate max_ambient_dim parameter name for random_cone().
2015-07-27 Michael OrlitzkyUpdate docs for cone.discrete_complementarity_set().
2015-06-15 Michael OrlitzkyMake basically_the_same() and rho() functions private.
2015-06-15 Michael OrlitzkyAdd a new test for a theorem in the improper paper.
2015-06-14 Michael OrlitzkyRemove the lineality() and codim() functions (now depen...
2015-06-13 Michael OrlitzkyFinish test cleanup, notation updates, and dead code...
2015-06-12 Michael OrlitzkyRevert "Remove unused codim() function."
2015-06-12 Michael OrlitzkyIn the middle of mangling things.
2015-06-12 Michael OrlitzkyAaaand the test that was using that "unused" function.
2015-06-12 Michael OrlitzkyRemove unused unrestrict_span() function.
2015-06-12 Michael OrlitzkyRemove unused codim() function.
2015-06-07 Michael OrlitzkyAdd back the drop_dependent() function.
2015-06-07 Michael OrlitzkyBegin to clear up the mysteries of why the restriction...
2015-06-06 Michael OrlitzkyUse built-in Gram-Schmidt to make things a little better.
2015-06-05 Michael OrlitzkyCommit a big fucking mess while I refactor the span...
2015-06-04 Michael OrlitzkyUpdate existing tests to use the codim() function.
2015-06-04 Michael OrlitzkyAdd the cone codim() function.
2015-06-04 Michael OrlitzkySwitch existing tests to use the lineality() method.
2015-06-04 Michael OrlitzkyAdd a cone lineality function.
2015-06-03 Michael OrlitzkyRemove unused code and implement the improved Lyapunov...
2015-06-03 Michael OrlitzkyAdd the project_span() function.
2015-06-01 Michael OrlitzkyAdd some more reduction theorem test cases.
2015-06-01 Michael OrlitzkyRemove the broken isomorphism tests leaving the reducti...
2015-06-01 Michael OrlitzkyTry the span_iso approach to fix my isomorphism tests.
2015-06-01 Michael OrlitzkyCommit the good (?) version of cone.py.
next