Changeset 2428 for branches/f4grobner/order.lisp
- Timestamp:
- 2015-06-19T07:59:34-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order.lisp
r2427 r2428 101 101 (revlex> p q start end))))) 102 102 103 (def un invlex> (p q&optional (start 0) (end (monom-dimension p)))103 (defmethod invlex> ((p monom) (q monom) &optional (start 0) (end (monom-dimension p))) 104 104 "Return T if P>Q with respect to inverse lexicographic order, NIL otherwise 105 105 The second returned value is T if P=Q, otherwise it is NIL."
Note:
See TracChangeset
for help on using the changeset viewer.