From: Michael Orlitzky Date: Mon, 9 Nov 2020 17:04:38 +0000 (-0500) Subject: eja: add a few more TODO items. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=ef6cbbcaf6e708e327968211b9d11d2e29a7a35b eja: add a few more TODO items. --- diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 985e50a..0c3bd15 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -8,3 +8,8 @@ 5. Factor out the unit-norm basis (and operator symmetry) tests once all of the algebras pass. + +6. Override inner_product(), _max_test_case_size(), et cetera in + DirectSumEJA. + +7. Switch to QQ in *all* algebras for _charpoly_coefficients().