]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
mjo/cone: rawify some docstrings.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 1 Feb 2020 01:26:21 +0000 (20:26 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 1 Feb 2020 01:26:21 +0000 (20:26 -0500)
mjo/cone/completely_positive.py
mjo/cone/nonnegative_orthant.py
mjo/cone/symmetric_pd.py
mjo/cone/symmetric_psd.py

index 8638a6360f53f827b17d73ec76023167d19e7337..8bb4b6236b74d31921cb7eb2bf09c598e014ca1c 100644 (file)
@@ -1,4 +1,4 @@
-"""
+r"""
 The completely positive cone `$\mathcal{K}$` over `\mathbb{R}^{n}$` is
 the set of all matrices `$A$`of the form `$\sum uu^{T}$` for `$u \in
 \mathbb{R}^{n}_{+}$`. Equivalently, `$A = XX{T}$` where all entries of
index 8c42838d1392daa863a4dda2cf7583c68a69d811..8c6f5b5686e234ad8a549fbac98f11a8c80ddb22 100644 (file)
@@ -1,4 +1,4 @@
-"""
+r"""
 The nonnegative orthant in `\mathbb{Z}^{n}`. I'm sick and tired of
 typing it.
 """
index 9c0d6bae7573a5c085a96c797b9b991b29ec0e88..e68496455c27258df8eb6591c300e8427d302d48 100644 (file)
@@ -1,4 +1,4 @@
-"""
+r"""
 The symmetric positive definite cone `$S^{n}_{++}$` is the cone
 consisting of all symmetric positive-definite matrices (as a subset of
 $\mathbb{R}^{n \times n}$`. It is the interior of the symmetric positive
index dd09ea2ca410438c68de51428b0ba5e676093526..fd6f9508196942cd59a578fc208324e87b7f326d 100644 (file)
@@ -1,4 +1,4 @@
-"""
+r"""
 The positive semidefinite cone `$S^{n}_{+}$` is the cone consisting of
 all symmetric positive-semidefinite matrices (as a subset of
 `$\mathbb{R}^{n \times n}$`