From 6eb5155f34449e38e92c75a0b471b5878a228ad8 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 2 Dec 2020 10:12:03 -0500 Subject: [PATCH] eja: add another performance TODO. --- mjo/eja/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mjo/eja/TODO b/mjo/eja/TODO index ccd0b5a..c9c264c 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -25,3 +25,8 @@ sage: a0 = (1/4)*X[4]**2*X[6]**2 - (1/2)*X[2]*X[5]*X[6]**2 - (1/2)*X[3]*X[4]*X[6 can be used to replace the matrix_basis(). 8. Move the "field" argument to a keyword after basis, jp, and ip. + +9. Add back the check_field=False and check_axioms=False parameters + for the EJAs we've constructed ourselves. We can probably pass + the value of "check_axioms" to .span_of_basis() to skip + the linear-independence check. -- 2.43.2