X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Fcone%2Fall.py;h=2ef437f26b045543b2f8097ba4645ae605edfc62;hb=HEAD;hp=7ce56c0bf41f6f18123155c6b232bd52594b5905;hpb=93cab80b7a220a16a906be8442ba795d8146df14;p=sage.d.git diff --git a/mjo/cone/all.py b/mjo/cone/all.py index 7ce56c0..2ef437f 100644 --- a/mjo/cone/all.py +++ b/mjo/cone/all.py @@ -6,10 +6,6 @@ from mjo.cone.cone import * from mjo.cone.completely_positive import * from mjo.cone.doubly_nonnegative import * from mjo.cone.faces import * -from mjo.cone.nonnegative_orthant import * from mjo.cone.permutation_invariant import * -from mjo.cone.rearrangement import * -from mjo.cone.schur import * from mjo.cone.symmetric_pd import * from mjo.cone.symmetric_psd import * -from mjo.cone.trivial_cone import *