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 899


Ignore:
Timestamp:
2015-06-09T13:38:52-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r898 r899  
    146146;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    147147
    148 (defun elimination-order (k)
     148(defun elimination-order (primary-elimination-order secondary-elimination-order k)
    149149  "Return a predicate which compares monomials according to the
    150 K-th elimination order. Two variables *PRIMARY-ELIMINATION-ORDER*
    151 and *SECONDARY-ELIMINATION-ORDER* control the behavior on the first K
     150K-th elimination order. The monomial orders PRIMARY-ELIMINATION-ORDER
     151and SECONDARY-ELIMINATION-ORDER control the behavior on the first K
    152152and the remaining variables, respectively."
    153153  #'(lambda (p q &optional (start 0) (end (monom-dimension  p)))
Note: See TracChangeset for help on using the changeset viewer.