close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2711


Ignore:
Timestamp:
2015-06-20T16:47:32-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r2710 r2711  
    109109
    110110(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
     112lexicographic order, NIL otherwise The second returned value is T if
     113P=Q, otherwise it is NIL.")
    113114  (:method ((p monom) (q monom) &optional (start 0) (end (r-dimension  p)))
    114115    (declare  (type fixnum start end))
Note: See TracChangeset for help on using the changeset viewer.