]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/TODO
eja: update the DESIGN and TODO documents.
[sage.d.git] / mjo / eja / TODO
index c9c264c436b198e02c39f7792307572c5efead7d..b298e6914da8a7ec8d21483b73606b12c8511576 100644 (file)
@@ -21,12 +21,5 @@ 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
 6. The main EJA element constructor is happy to convert between
    e.g. HadamardEJA(3) and JordanSpinEJA(3).
 
-7. Figure out if CombinatorialFreeModule's use of IndexedGenerators
-   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.
+8. Add back the check_field=False and check_axioms=False parameters
+   for the EJAs we've constructed ourselves.