From: Michael Orlitzky Date: Thu, 25 Feb 2021 13:40:29 +0000 (-0500) Subject: eja: gently update the TODO. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=98bb214e8175eb3526d248c69b3fafe8ab694705 eja: gently update the TODO. --- diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 1407ebd..103e8d1 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -1,5 +1,5 @@ -1. Finish CartesianProductEJA: add to_matrix(), random_instance(),... - methods. I guess we should create a separate class hierarchy for +1. Finish CartesianProductEJA: add random_instance() method and + optimize. I guess I should create a separate class hierarchy for Cartesian products of RationalBasisEJA? That way we get fast charpoly and random_instance() defined...