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 924


Ignore:
Timestamp:
2015-06-09T18:48:36-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r923 r924  
    106106(defun reverse-monomial-order (order)
    107107  "Create the inverse monomial order to the given monomial order ORDER."
    108   #'(lambda (x y) (funcall order y x)))
     108  #'(lambda (p q &optional (start 0) (end (monom-dimension q)))
     109      (funcall order q p start end)))
    109110
    110111;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.