Changeset 2711 for branches/f4grobner
- Timestamp:
- 2015-06-20T16:47:32-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order.lisp
r2710 r2711 109 109 110 110 (defgeneric invlex> (p q &optional start end) 111 (:documentation "Return T if P>Q with respect to inverse lexicographic order, NIL otherwise 112 The second returned value is T if P=Q, otherwise it is NIL.") 111 (:documentation "Return T if P>Q with respect to inverse 112 lexicographic order, NIL otherwise The second returned value is T if 113 P=Q, otherwise it is NIL.") 113 114 (:method ((p monom) (q monom) &optional (start 0) (end (r-dimension p))) 114 115 (declare (type fixnum start end))
Note:
See TracChangeset
for help on using the changeset viewer.