]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/cone
COPYING,LICENSE: add (AGPL-3.0+)
[sage.d.git] / mjo / cone /
2016-01-06 Michael OrlitzkyAdd more positive operator examples from the paper.
2016-01-06 Michael OrlitzkyRemove the cone tests since they all belong to one...
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-17 Michael OrlitzkyRename solid_quotient() to solid_restriction().
2015-11-15 Michael OrlitzkyAdd restrict_to_subspace function and use it to test...
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 OrlitzkyFix deprecated zero_element().
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-12 Michael OrlitzkyMove basically_the_same() into tests.py and call it...
2015-10-09 Michael OrlitzkyBegin cleaning up lyapunov_rank().
2015-10-08 Michael OrlitzkyRename LL() to lyapunov_like_basis().
2015-10-07 Michael OrlitzkyUpdate some tests still using LL(K).
2015-10-07 Michael OrlitzkyFix doctest in permutation_invariant.py.
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-28 Michael OrlitzkyAdd the cone.permutation_invariant module.
2015-09-20 Michael OrlitzkyAdd the has_rearrangement_property() function for vectors.
2015-09-20 Michael OrlitzkyAdd the random_element() function for cones.
2015-09-20 Michael OrlitzkyAdd remaining examples/tests for rearrangement_cone.
2015-09-20 Michael OrlitzkyAdd examples for the is_lyapunov_like() function.
2015-09-20 Michael OrlitzkyUpdate usage of matrix_simplify_full (now part of Sage).
2015-09-17 Michael OrlitzkyAdd the is_lyapunov_like() function to the cone.cone...
2015-09-11 Michael OrlitzkyBegin work on the rearrangement cone.
2015-08-20 Michael OrlitzkyReplace _rho with _restrict_to_space in cone/tests.py.
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.
2015-06-01 Michael OrlitzkyCommit the busted version of cone.py.
2015-05-31 Michael OrlitzkyAdd a few tests for LL(K).
2015-05-30 Michael OrlitzkyFix the LL(K) code.
2015-05-24 Michael OrlitzkyFirst attempt at implementing LL(K); it doesn't work.
2015-05-24 Michael OrlitzkyAdd citations for Lyapunov rank examples/tests.
2015-05-24 Michael OrlitzkyRemove is_full_space() and random_cone(); see Sage...
2015-05-19 Michael OrlitzkyFactor out the is_full_space() function.
2015-05-19 Michael OrlitzkyDon't count on 2*dim(V) rays generating V.
2015-05-19 Michael OrlitzkyEnsure that we generate min_rays generators; add more...
2015-05-19 Michael OrlitzkySimplify the random_cone() code by defaulting to lower...
2015-05-18 Michael OrlitzkyFactor out the discrete_complementarity_set() function.
2015-05-14 Michael OrlitzkyAdd a random_cone() function and use it in two tests.
2015-05-11 Michael OrlitzkyAdd basic Lyapunov rank implementation for polyhedral...
2014-11-04 Michael OrlitzkyAdd random_doubly_nonnegative() and random_extreme_doub...
2014-11-04 Michael OrlitzkyAdd is_admissible_extreme_rank() and use it to implemen...
2014-11-04 Michael OrlitzkyAdd the random_psd() function.
2014-11-03 Michael OrlitzkyImplement the is(_extreme)_completely_positive functions.
2014-11-03 Michael OrlitzkyImplement the is_extreme_doubly_nonnegative() function...
2014-11-03 Michael OrlitzkyAdd the E() basis matrix function.
2014-11-03 Michael OrlitzkyConvert "n" to an integer explicitly in has_admissible_...
2014-11-03 Michael OrlitzkyComment/whitespace cleanup.
2014-10-30 Michael Orlitzkydoubly_nonnegative.py: Begin implementing the extreme...
2014-10-30 Michael OrlitzkyWhitespace fix.
2014-10-30 Michael OrlitzkyWhitespace fix.
next