]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: add another performance TODO.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 2 Dec 2020 15:12:03 +0000 (10:12 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 2 Dec 2020 15:12:03 +0000 (10:12 -0500)
mjo/eja/TODO

index ccd0b5ae507312c68d7a5e61d5094cfab617b7c5..c9c264c436b198e02c39f7792307572c5efead7d 100644 (file)
@@ -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 <whatever>.span_of_basis() to skip
+   the linear-independence check.