Changeset 415 for branches/f4grobner/order-mk.lisp
- Timestamp:
- 2015-06-06T19:30:25-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order-mk.lisp
r414 r415 37 37 38 38 (defmacro monomial-order (x y) 39 "Calls the global monomial order function, held by *MONOMIAL-ORDER*." 39 40 `(funcall *monomial-order* ,x ,y)) 40 41 41 42 (defun reverse-monomial-order (x y) 43 "Calls the inverse monomial order to the global monomial order function, 44 held by *MONOMIAL-ORDER*." 42 45 (monomial-order y x)) 43 46
Note:
See TracChangeset
for help on using the changeset viewer.