]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/cone/doubly_nonnegative.py
mjo/cone: drop is_symmetric_p{s,}d() methods.
[sage.d.git] / mjo / cone / doubly_nonnegative.py
2021-05-01 Michael Orlitzkymjo/cone: drop is_symmetric_p{s,}d() methods.
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...
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-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.