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.

Ignore:
Timestamp:
2015-06-09T14:36:18-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r911 r912  
    141141
    142142(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).
     144It is an optimization used for the 1-st elimination ideal. We note that PRIMARY-ELIMINATION-ORDER could be LEX> or any
     145other order, as all orders coincide in 1 variabl."
    144146  #'(lambda (p q &optional (start 0) (end (monom-dimension p)))
    145147      (cond
Note: See TracChangeset for help on using the changeset viewer.