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 415


Ignore:
Timestamp:
2015-06-06T19:30:25-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order-mk.lisp

    r414 r415  
    3737
    3838(defmacro monomial-order (x y)
     39  "Calls the global monomial order function, held by *MONOMIAL-ORDER*."
    3940  `(funcall *monomial-order* ,x ,y))
    4041
    4142(defun reverse-monomial-order (x y)
     43  "Calls the inverse monomial order to the global monomial order function,
     44held by *MONOMIAL-ORDER*."
    4245  (monomial-order y x))
    4346
Note: See TracChangeset for help on using the changeset viewer.