X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Fcone%2Fsymmetric_pd.py;h=5dcacfb8ea82b658a0c6d9bb46aed9a3034e2512;hb=c0a2a45d526131c9218f6b63b1728308ac963535;hp=b6c86201ac43a55ffc9ce89e3da58e1077c219ec;hpb=93cab80b7a220a16a906be8442ba795d8146df14;p=sage.d.git diff --git a/mjo/cone/symmetric_pd.py b/mjo/cone/symmetric_pd.py index b6c8620..5dcacfb 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 @@ -110,7 +110,7 @@ def random_symmetric_pd(V): INPUT: - - ``V`` - The vector space on which the returned matrix will act. + - ``V`` -- The vector space on which the returned matrix will act. OUTPUT: