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 3262


Ignore:
Timestamp:
2015-06-22T20:51:17-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3261 r3262  
    4646   (order :initform #'lex> :initarg :order :accessor poly-term-order
    4747          :documentation "Monomial/term order."))
    48   (:default-initargs :dimension nil :termlist nil :order nil)
     48  (:default-initargs :dimension nil :termlist nil :order #'lex>)
    4949  (:documentation "A polynomial with a list of terms TERMLIST, ordered
    5050according to term order ORDER, which defaults to LEX>."))
Note: See TracChangeset for help on using the changeset viewer.