From 44c1c91cd7d70405edb6aa875d7229126e76d8b6 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 31 Jan 2020 20:26:21 -0500 Subject: [PATCH] mjo/cone: rawify some docstrings. --- mjo/cone/completely_positive.py | 2 +- mjo/cone/nonnegative_orthant.py | 2 +- mjo/cone/symmetric_pd.py | 2 +- mjo/cone/symmetric_psd.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mjo/cone/completely_positive.py b/mjo/cone/completely_positive.py index 8638a63..8bb4b62 100644 --- a/mjo/cone/completely_positive.py +++ b/mjo/cone/completely_positive.py @@ -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 diff --git a/mjo/cone/nonnegative_orthant.py b/mjo/cone/nonnegative_orthant.py index 8c42838..8c6f5b5 100644 --- a/mjo/cone/nonnegative_orthant.py +++ b/mjo/cone/nonnegative_orthant.py @@ -1,4 +1,4 @@ -""" +r""" The nonnegative orthant in `\mathbb{Z}^{n}`. I'm sick and tired of typing it. """ diff --git a/mjo/cone/symmetric_pd.py b/mjo/cone/symmetric_pd.py index 9c0d6ba..e684964 100644 --- a/mjo/cone/symmetric_pd.py +++ b/mjo/cone/symmetric_pd.py @@ -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 diff --git a/mjo/cone/symmetric_psd.py b/mjo/cone/symmetric_psd.py index dd09ea2..fd6f950 100644 --- a/mjo/cone/symmetric_psd.py +++ b/mjo/cone/symmetric_psd.py @@ -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}$` -- 2.44.2