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 2710


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r2709 r2710  
    109109
    110110(defgeneric invlex> (p q &optional start end)
     111  (:documentation "Return T if P>Q with respect to inverse lexicographic order, NIL otherwise
     112The second returned value is T if P=Q, otherwise it is NIL.")
    111113  (:method ((p monom) (q monom) &optional (start 0) (end (r-dimension  p)))
    112     "Return T if P>Q with respect to inverse lexicographic order, NIL otherwise
    113 The second returned value is T if P=Q, otherwise it is NIL."
    114114    (declare  (type fixnum start end))
    115115    (do ((i (1- end) (1- i)))
Note: See TracChangeset for help on using the changeset viewer.