]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/cone/doubly_nonnegative.py
mjo: replace xrange() with range() for python-3.x compatibility.
[sage.d.git] / mjo / cone / doubly_nonnegative.py
2019-12-07 Michael Orlitzkymjo: replace xrange() with range() for python-3.x compa...
2018-11-30 Michael Orlitzkymjo/cone: rename random_psd() to random_symmetric_psd().
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-01 Michael OrlitzkyKill unnecessary sitedir mangling.
2018-11-01 Michael Orlitzkymjo/cone/doubly_nonnegative.py: fix tests with PYTHONPA...
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-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-10-30 Michael Orlitzkydoubly_nonnegative.py: Begin implementing the extreme...
2014-10-30 Michael OrlitzkyRefactor symmetric_pds/doubly_nonnegative.
2014-10-30 Michael OrlitzkyNew module: cone.doubly_nonnegative.