- Timestamp:
- 2015-06-09T18:55:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order.lisp
r924 r929 132 132 ;; This returns a closure which is called with an integer argument. 133 133 ;; The result is a closure with the same signature as all orders such as #'LEX>. 134 (defun make-elimination-order- maker(primary-elimination-order secondary-elimination-order)134 (defun make-elimination-order-factory (primary-elimination-order secondary-elimination-order) 135 135 "Return a function with a single integer argument K. This should be 136 136 the number of initial K variables X[0],X[1],...,X[K-1], which precede
Note:
See TracChangeset
for help on using the changeset viewer.