Changeset 3487 for branches/f4grobner
- Timestamp:
- 2015-09-05T10:42:24-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3486 r3487 430 430 ;; This returns a closure with the same signature 431 431 ;; as all orders such as #'LEX>. 432 (defun make-elimination-orde monom-factory-1 (&optional (secondary-elimination-order #'lex>))432 (defun make-elimination-order-factory-1 (&optional (secondary-elimination-order #'lex>)) 433 433 "It constructs an elimination order used for the 1-st elimination ideal, 434 434 i.e. for eliminating the first variable. Thus, the order compares the degrees of the
Note:
See TracChangeset
for help on using the changeset viewer.