X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2FTODO;h=76b9eaf1dcf19f3c8385bd1f0486128b005ca3f2;hb=8b85fd74f79fe1eb23e9f04bfd73b7d3cbf9b554;hp=e8a2a8d4fc8988b1ad6f744a69daba9cf0582397;hpb=09e103320c85de7be6846be6980642d37a5ca6a9;p=sage.d.git diff --git a/mjo/eja/TODO b/mjo/eja/TODO index e8a2a8d..76b9eaf 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -11,3 +11,10 @@ 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.