]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/cone/symmetric_pd.py
mjo/cone/symmetric_pd.py: drop inverse_symmetric_pd().
[sage.d.git] / mjo / cone / symmetric_pd.py
index b6c86201ac43a55ffc9ce89e3da58e1077c219ec..5dcacfb8ea82b658a0c6d9bb46aed9a3034e2512 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
@@ -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: