]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: add a performance TODO for Cartesian products with trivial factors.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 11 Mar 2021 19:36:40 +0000 (14:36 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 11 Mar 2021 19:36:40 +0000 (14:36 -0500)
mjo/eja/TODO

index 1def3d2e9fd8cf381ae743344ce670a13f226438..529f70fd633bf36275c63282a05614f1109a7df0 100644 (file)
@@ -18,3 +18,8 @@
        True
        sage: x.det()
        0
+
+4. When we take a Cartesian product involving a trivial algebra, we
+   could easily cache the identity and charpoly coefficients using
+   the nontrivial factor. On the other hand, it's nice that we can
+   test out some alternate code paths...