]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/cone
Add a comment to is_lyapunov_like().
[sage.d.git] / mjo / cone /
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.
2014-10-30 Michael OrlitzkyRefactor symmetric_pds/doubly_nonnegative.
2014-10-30 Michael OrlitzkyAdd __init__.py for mjo.cone.
2014-10-30 Michael OrlitzkyNew module: cone.doubly_nonnegative.
2014-10-30 Michael OrlitzkyNew module: cone.symmetric_psd.