]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/cone/all.py
Add the new mjo.cone.faces module with the face_generated_by() function.
[sage.d.git] / mjo / cone / all.py
index c8957a0ee58f704d71ffb6cc4283893c78073d82..00ceb9ead486d54b561ded31582afb065810d012 100644 (file)
@@ -11,6 +11,7 @@ addsitedir(abspath('../../'))
 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.permutation_invariant import *
 from mjo.cone.rearrangement import *
 from mjo.cone.symmetric_psd import *