Changeset 1432 for branches/f4grobner
- Timestamp:
- 2015-06-12T10:21:58-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1413 r1432 200 200 (values p r c division-count)) 201 201 202 ;; Merge it sometime with poly-pseudo-divide 202 ;; Merge it someday with POLY-PSEUDO-DIVIDE. 203 ;; 204 ;; TODO: It is hard to test normal form as there is no 205 ;; loop invariant, like for POLY-PSEUDO-DIVIDE. 206 ;; Is there a testing strategy? 207 ;; 203 208 (defun normal-form (ring-and-order f fl 204 209 &optional
Note:
See TracChangeset
for help on using the changeset viewer.