]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/TODO
eja: don't compute an unused vector space for the element subalgebra.
[sage.d.git] / mjo / eja / TODO
index e8a2a8d4fc8988b1ad6f744a69daba9cf0582397..76b9eaf1dcf19f3c8385bd1f0486128b005ca3f2 100644 (file)
    DirectSumEJA.
 
 6. Switch to QQ in *all* algebras for _charpoly_coefficients().
+
+7. Pass already_echelonized (default: False) and echelon_basis
+   (default: None) into the subalgebra constructor. The value of
+   already_echelonized can be passed to V.span_of_basis() to save
+   some time, and usinf e.g. FreeModule_submodule_with_basis_field
+   we may somehow be able to pass the echelon basis straight in to
+   save time.