Changeset 912 for branches/f4grobner
- Timestamp:
- 2015-06-09T14:36:18-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order.lisp
r911 r912 141 141 142 142 (defun elimination-order-1 (secondary-elimination-order q &optional (start 0) (end (monom-dimension p))) 143 "Equivalent to the function returned by the call to (ELIMINATION-ORDER NIL SECONDARY-ELIMINATION-ORDER 1)." 143 "Equivalent to the function returned by the call to (ELIMINATION-ORDER PRIMARY-ELIMINATION-ORDER SECONDARY-ELIMINATION-ORDER 1). 144 It is an optimization used for the 1-st elimination ideal. We note that PRIMARY-ELIMINATION-ORDER could be LEX> or any 145 other order, as all orders coincide in 1 variabl." 144 146 #'(lambda (p q &optional (start 0) (end (monom-dimension p))) 145 147 (cond
Note:
See TracChangeset
for help on using the changeset viewer.