]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/cone/schur.py
mjo/cone: improve docstrings the the rearrangement and schur cones.
[sage.d.git] / mjo / cone / schur.py
index 88b7d82722956f73a54ac429641c7143df99b749..d9371fb98750b63e84149003761890ca19824dd9 100644 (file)
@@ -7,7 +7,8 @@ from sage.all import *
 
 def schur_cone(n, lattice=None):
     r"""
-    Return the Schur cone in ``n`` dimensions.
+    Return the Schur cone in ``n`` dimensions that induces the
+    majorization ordering.
 
     INPUT: