From: Michael Orlitzky Date: Sat, 13 Mar 2021 02:12:10 +0000 (-0500) Subject: eja: add a TODO for tomorrow. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=0430a8642776e71ef0c26ab5e186f5a98a5a7433 eja: add a TODO for tomorrow. --- diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 6223bff..bb2b7f3 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -13,3 +13,5 @@ 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. + +6. Eliminate the matrix_space() override in CartesianProductEJA.