From: Michael Orlitzky Date: Sat, 7 Dec 2019 23:16:35 +0000 (-0500) Subject: cone/doubly_nonnegative.py: make two docstrings raw. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=fe9ce8d587b741f3094af4a6c98c7b41811318af;p=sage.d.git cone/doubly_nonnegative.py: make two docstrings raw. --- diff --git a/mjo/cone/doubly_nonnegative.py b/mjo/cone/doubly_nonnegative.py index 43a2f61..9dcae61 100644 --- a/mjo/cone/doubly_nonnegative.py +++ b/mjo/cone/doubly_nonnegative.py @@ -1,4 +1,4 @@ -""" +r""" The doubly-nonnegative cone in `S^{n}` is the set of all such matrices that both, @@ -68,7 +68,7 @@ def is_doubly_nonnegative(A): def is_admissible_extreme_rank(r, n): - """ + r""" The extreme matrices of the doubly-nonnegative cone have some restrictions on their ranks. This function checks to see whether the rank ``r`` would be an admissible rank for an ``n``-by-``n`` matrix.