]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/cone/symmetric_psd.py
Whitespace fix.
[sage.d.git] / mjo / cone / symmetric_psd.py
index d85ac247e12ca2a4936851182081415bba688061..c6b9f69dd179a9f9950cbcd3b96a0c6bfd4e8436 100644 (file)
@@ -22,7 +22,7 @@ def is_symmetric_psd(A):
 
     INPUT:
 
-      - ``A`` - The matrix in question
+    - ``A`` - The matrix in question
 
     OUTPUT:
 
@@ -74,7 +74,7 @@ def unit_eigenvectors(A):
 
     INPUT:
 
-      - ``A`` - The matrix whose eigenvectors we want to compute.
+    - ``A`` - The matrix whose eigenvectors we want to compute.
 
     OUTPUT: