From: Michael Orlitzky Date: Sun, 22 Nov 2020 22:38:51 +0000 (-0500) Subject: eja: add another performance TODO. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=8c7f591dbf56e96a29b347017d061b244dd267a5;hp=7473b9edbbba0d2be79e4d7aeb2114d1a0090a78;p=sage.d.git eja: add another performance TODO. --- diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 87a162c..ffa4f7c 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -29,3 +29,5 @@ can use it. The general construction can be something like "call random_instance() on something that inherits me and return the result." + +9. Use charpoly for inverse stuff if it's cached.