]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/all.py
mjo: rename matrix_vector.py to basis_repr.py.
[sage.d.git] / mjo / all.py
index c0329ed3bfdb0ae849ab2ce0a5a3225e508e323d..de2212d488360d5ff38edb7a3da775285e4262c2 100644 (file)
@@ -3,6 +3,7 @@ Import all of the other code, so that the user doesn't have to do it
 in his script. Instead, he can just `from mjo.all import *`.
 """
 
+from mjo.basis_repr import *
 from mjo.cone.all import *
 from mjo.eja.all import *
 from mjo.interpolation import *