]> gitweb.michael.orlitzky.com - sage.d.git/commit
mjo/cone: drop is_symmetric_p{s,}d() methods.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 1 May 2021 00:48:45 +0000 (20:48 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 1 May 2021 00:48:45 +0000 (20:48 -0400)
commit7af2b9d146a6bf2fb8acc3c342983de577b417ce
tree0f6d5cb8ced3b794e1d923fce9f64dd137f2bd6d
parent6efdc5031a3ae89c16a3184750fb7cf7e26b5fb9
mjo/cone: drop is_symmetric_p{s,}d() methods.

These are now redundant since the sage is_positive_definite() and
is_positive_semidefinite() methods exist and work on inexact rings.
mjo/cone/completely_positive.py
mjo/cone/doubly_nonnegative.py
mjo/cone/symmetric_pd.py
mjo/cone/symmetric_psd.py