]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: add another performance TODO.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 12 Mar 2021 02:59:23 +0000 (21:59 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 12 Mar 2021 02:59:23 +0000 (21:59 -0500)
mjo/eja/TODO

index 5bb85879e781286ca67df0a37a856c7db0a7885d..6223bff9331ba3144cbfdd8fbdd8fe616139a230 100644 (file)
@@ -9,3 +9,7 @@
 
 4. Can we hit "x" with the deortho matrix and delegate to the
    _rational_algebra to speed up minimal_polynomial?
+
+5. In CartesianProductEJA we already know the multiplication table and
+   inner product matrix. Refactor things until it's no longer
+   necessary to duplicate that work.