From 78c5efcc7d5274e0bfb76db90b7ba0b2d8ac36a0 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 11 Mar 2021 21:59:23 -0500 Subject: [PATCH] eja: add another performance TODO. --- mjo/eja/TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 5bb8587..6223bff 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -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. -- 2.43.2