Changeset 4108 for branches/f4grobner
- Timestamp:
- 2016-06-01T12:53:32-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r4107 r4108 107 107 (debug-cgb "~&~3T~d reduction~:p" division-count) 108 108 (when (universal-zerop r) (debug-cgb " ---> 0")) 109 ;; We obtained the terms in reverse order, so must fix that110 (setf a (mapcar #'poly-reverse a)111 r (poly-reverse r))112 109 (values a r c division-count)) 113 110 (declare (fixnum division-count))
Note:
See TracChangeset
for help on using the changeset viewer.