Changeset 1273 for branches/f4grobner
- Timestamp:
- 2015-06-11T19:53:20-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1272 r1273 122 122 (declare (fixnum division-count)) 123 123 ;; Check the loop invariant here 124 #+grobner-check(check-loop-invariant ring-and-order c f a fl r p)124 (check-loop-invariant ring-and-order c f a fl r p) 125 125 (do ((fl fl (rest fl)) ;scan list of divisors 126 126 (b a (rest b)))
Note:
See TracChangeset
for help on using the changeset viewer.