]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/cone/cone.py
Add a description for the pointed_decomposition() doctest.
[sage.d.git] / mjo / cone / cone.py
index 68edeb4a012b1bca7c4f9664970d2d89371b4926..daeeb8936edb5416b269a131afe95c286da75598 100644 (file)
@@ -156,6 +156,10 @@ def pointed_decomposition(K):
 
     TESTS:
 
+    A random point in the cone should belong to either the pointed
+    subcone ``P`` or the subspace ``S``. If the point is nonzero, it
+    should lie in one but not both of them::
+
         sage: set_random_seed()
         sage: K = random_cone(max_ambient_dim=8)
         sage: (P,S) = pointed_decomposition(K)