]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
Whitespace fix.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 30 Oct 2014 18:23:32 +0000 (14:23 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 30 Oct 2014 18:23:32 +0000 (14:23 -0400)
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: