X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Fcone%2Fschur.py;fp=mjo%2Fcone%2Fschur.py;h=d9371fb98750b63e84149003761890ca19824dd9;hb=9e7945f39b71d26df4e8d50332a7d8606447c822;hp=88b7d82722956f73a54ac429641c7143df99b749;hpb=e0fe78330d18566d75a74bd4e58d415e3a9d5889;p=sage.d.git diff --git a/mjo/cone/schur.py b/mjo/cone/schur.py index 88b7d82..d9371fb 100644 --- a/mjo/cone/schur.py +++ b/mjo/cone/schur.py @@ -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: