close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3487


Ignore:
Timestamp:
2015-09-05T10:42:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3486 r3487  
    430430;; This returns a closure with the same signature
    431431;; as all orders such as #'LEX>.
    432 (defun make-elimination-ordemonom-factory-1 (&optional (secondary-elimination-order #'lex>))
     432(defun make-elimination-order-factory-1 (&optional (secondary-elimination-order #'lex>))
    433433  "It constructs an elimination order used for the 1-st elimination ideal,
    434434i.e. for eliminating the first variable. Thus, the order compares the degrees of the
Note: See TracChangeset for help on using the changeset viewer.