Changeset 945 for branches/f4grobner
- Timestamp:
- 2015-06-09T19:27:46-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order.lisp
r933 r945 133 133 ;; The result is *another closure* with the same signature as all 134 134 ;; orders such as #'LEX>. 135 (defun make-elimination-order-factory (primary-elimination-order secondary-elimination-order) 135 (defun make-elimination-order-factory (&optional 136 (primary-elimination-order #'lex>) 137 (secondary-elimination-order #'lex>)) 136 138 "Return a function with a single integer argument K. This should be 137 139 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.