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 2709


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r2708 r2709  
    9494;; total degree, ties broken by reverse lexicographic
    9595(defgeneric grevlex> (p q &optional start end)
     96  (:documentation "Return T if P>Q with respect to graded reverse
     97lexicographic order, NIL otherwise. The second returned value is T if
     98P=Q, otherwise it is NIL.")
    9699  (:method  ((p monom) (q monom) &optional (start 0) (end (r-dimension  p)))
    97     "Return T if P>Q with respect to graded reverse lexicographic order,
    98 NIL otherwise. The second returned value is T if P=Q, otherwise it is NIL."
    99100    (declare (type fixnum start end))
    100101    (let ((d1 (r-total-degree p start end))
Note: See TracChangeset for help on using the changeset viewer.