- Timestamp:
- 2015-06-07T18:41:20-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r490 r638 53 53 (d (monom-sugar lcm))) 54 54 "Returns list (S LCM-TOTAL-DEGREE) where S is the sugar of the S-polynomial of 55 polynomials P and Q, and LCM-TOTAL-DEGREE is the degree of isLCM(LM(P),LM(Q))."55 polynomials P and Q, and LCM-TOTAL-DEGREE is the degree of LCM(LM(P),LM(Q))." 56 56 (declare (type poly p q) (type monom lcm) (type fixnum d)) 57 57 (cons (max
Note:
See TracChangeset
for help on using the changeset viewer.